Fix failing test

pull/276/head
Alinson S. Xavier 9 years ago
parent 8fc0c072e5
commit b6994034d2

@ -68,6 +68,7 @@ public abstract class InterfaceUtils
if (child instanceof TextView) if (child instanceof TextView)
((TextView) child).setOnEditorActionListener(listener); ((TextView) child).setOnEditorActionListener(listener);
} }
}
public static boolean isLayoutRtl(View view) public static boolean isLayoutRtl(View view)
{ {

Loading…
Cancel
Save