Skip to content

Commit 7bcdfe2

Browse files
committed
chore: signature fix
1 parent 9883cd1 commit 7bcdfe2

File tree

1 file changed

+1
-1
lines changed
  • packages/ui-mobile-base/android/widgets/src/main/java/org/nativescript/widgets

1 file changed

+1
-1
lines changed

packages/ui-mobile-base/android/widgets/src/main/java/org/nativescript/widgets/ViewHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ private static Field getField(Class clazz, String field) {
382382
return result;
383383
}
384384

385-
public static void setHorizontalAlignment(android.view.View view, String value, Boolean rtl) throws Throwable {
385+
public static void setHorizontalAlignment(android.view.View view, String value, boolean rtl) throws Throwable {
386386
ViewGroup.LayoutParams params = view.getLayoutParams();
387387
// Initialize if empty.
388388
if (params == null) {

0 commit comments

Comments
 (0)