fix(android): FragmentClass memory leak (#9973)

Co-authored-by: Nathan Walker <walkerrunpdx@gmail.com>
This commit is contained in:
Douglas Machado
2022-07-26 18:52:48 -03:00
committed by GitHub
parent 92c1d59de1
commit 59f923528d

View File

@@ -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 {