mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
fix(android): fragment onPause (#8919)
This commit is contained in:
@ -16,7 +16,7 @@ const FragmentClass = (<any>org.nativescript.widgets.FragmentBase).extend('com.t
|
||||
},
|
||||
|
||||
onPause(): void {
|
||||
this._callbacks.onPause(this, superProto.onStop);
|
||||
this._callbacks.onPause(this, superProto.onPause);
|
||||
},
|
||||
|
||||
onCreate(savedInstanceState: android.os.Bundle) {
|
||||
|
Reference in New Issue
Block a user