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

This commit is contained in:
Michael LoPiccolo 2015-05-29 13:24:05 -05:00
Родитель f1c41ff68f
Коммит f5afeff402
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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;