From f5afeff402f2410e70104aa7b294da568978b645 Mon Sep 17 00:00:00 2001 From: Michael LoPiccolo Date: Fri, 29 May 2015 13:24:05 -0500 Subject: [PATCH] Bug 1168808 - Remove superflous call to getNextView(). r=mcomella --- build/mobile/robocop/FennecNativeElement.java | 1 - 1 file changed, 1 deletion(-) diff --git a/build/mobile/robocop/FennecNativeElement.java b/build/mobile/robocop/FennecNativeElement.java index dbf076a9bfc9..2a24344fd072 100644 --- a/build/mobile/robocop/FennecNativeElement.java +++ b/build/mobile/robocop/FennecNativeElement.java @@ -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;