зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1168808 - Remove superflous call to getNextView(). r=mcomella
This commit is contained in:
Родитель
f1c41ff68f
Коммит
f5afeff402
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче