mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(android): FragmentClass memory leak (#9973)
Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
This commit is contained in:
@@ -48,6 +48,7 @@ const FragmentClass = (<any>org.nativescript.widgets.FragmentBase).extend('com.t
|
||||
|
||||
onDestroy() {
|
||||
this._callbacks.onDestroy(this, superProto.onDestroy);
|
||||
this._callbacks = null;
|
||||
},
|
||||
|
||||
toString(): string {
|
||||
|
||||
Reference in New Issue
Block a user