From 00e081c592124240eb5e769f0050c534cfe84e05 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 dbf076a9bfc..2a24344fd07 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;