Bug 1168808 - Remove superflous call to getNextView(). r=mcomella

This commit is contained in:
Michael LoPiccolo 2015-05-29 13:24:05 -05:00
parent f59572ed4a
commit 00e081c592

View File

@ -68,7 +68,6 @@ public class FennecNativeElement implements Element {
mText = et.getEditableText();
} else if (v instanceof TextSwitcher) {
TextSwitcher ts = (TextSwitcher)v;
ts.getNextView();
mText = ((TextView)ts.getCurrentView()).getText();
} else if (v instanceof ViewGroup) {
ViewGroup vg = (ViewGroup)v;