mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: working android build
This commit is contained in:
@@ -15,6 +15,7 @@ function initializeCheckedChangeListener(): void {
|
||||
return;
|
||||
}
|
||||
|
||||
@NativeClass
|
||||
@Interfaces([android.widget.CompoundButton.OnCheckedChangeListener])
|
||||
class CheckedChangeListenerImpl extends java.lang.Object implements android.widget.CompoundButton.OnCheckedChangeListener {
|
||||
constructor(private owner: Switch) {
|
||||
|
||||
Reference in New Issue
Block a user