Skip to content

Commit b6f689c

Browse files
committed
fix: android function not public
1 parent 26ee1e5 commit b6f689c

File tree

1 file changed

+1
-1
lines changed
  • packages/core/platforms/android/java/com/nativescript/material/core

1 file changed

+1
-1
lines changed

packages/core/platforms/android/java/com/nativescript/material/core/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public static Drawable createRippleDrawable(int rippleColor, float radius) {
7979
}
8080
}
8181

82-
static void handleClearFocus(View view) {
82+
public static void handleClearFocus(View view) {
8383
final View root = view.getRootView();
8484
boolean oldValue = true;
8585
int oldDesc = ViewGroup.FOCUS_BEFORE_DESCENDANTS;

0 commit comments

Comments
 (0)