We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc11a7 commit edc2e6aCopy full SHA for edc2e6a
packages/core/ui/core/view/index.ios.ts
@@ -543,6 +543,7 @@ export class View extends ViewCommon implements ViewDefinition {
543
// Take a look at https://github.com/NativeScript/NativeScript/issues/2173 for more info and a sample project.
544
this._raiseShownModallyEvent();
545
}
546
+ controller = null;
547
548
549
protected _hideNativeModalView(parent: View, whenClosedCallback: () => void) {
packages/core/ui/frame/index.ios.ts
@@ -42,6 +42,8 @@ export class Frame extends FrameBase {
42
this._removeFromFrameStack();
43
this.viewController = null;
44
this._ios.controller = null;
45
+ this._animatedDelegate = null;
46
+ this._ios = null;
47
super.disposeNativeView();
48
49
0 commit comments