Skip to content

Commit a3476e7

Browse files
author
farfromrefug
committed
fix(android): native-api-usage fix
1 parent 9f446bd commit a3476e7

File tree

1 file changed

+1
-1
lines changed
  • plugin/platforms/android/java/com/nativescript/label

1 file changed

+1
-1
lines changed

plugin/platforms/android/java/com/nativescript/label/NSLabel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public NSLabel(Context context, android.util.AttributeSet attrs) {
2626
super(context, attrs);
2727
}
2828

29-
public static boolean attributedStringHasURLSpan(android.text.Spannable attributeString) {
29+
public static boolean attributedStringHasURLSpan(android.text.Spanned attributeString) {
3030
return attributedStringHasSpan(attributeString, URLSpan.class);
3131
}
3232

0 commit comments

Comments
 (0)