You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
CheckBox: fix setText() with non-String CharSequence
This commit is contained in:
@@ -37,7 +37,7 @@ public class Button extends TextView {
|
||||
|
||||
@Override
|
||||
protected native long native_constructor(Context context, AttributeSet attrs);
|
||||
public native final void native_setText(long widget, String text);
|
||||
public native void native_setText(long widget, String text);
|
||||
@Override
|
||||
protected native void nativeSetOnClickListener(long widget);
|
||||
protected native void native_setCompoundDrawables(long widget, long paintable);
|
||||
|
||||
Reference in New Issue
Block a user