Fix failing test

This commit is contained in:
2017-04-12 13:09:28 -04:00
parent 8fc0c072e5
commit b6994034d2

View File

@@ -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)
{ {