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 376c4f9 commit 71bbb60Copy full SHA for 71bbb60
packages/core/ui/page/index.ios.ts
@@ -215,12 +215,13 @@ class UIViewControllerImpl extends UIViewController {
215
}
216
217
218
- if (!this.presentedViewController) {
+ // TODO: testing without the check. Does not seem necessary and have very bad side effects.
219
+ // if (!this.presentedViewController) {
220
// clear presented viewController here only if no presented controller.
221
// this is needed because in iOS9 the order of events could be - willAppear, willDisappear, didAppear.
222
// If we clean it when we have viewController then once presented VC is dismissed then
223
owner._presentedViewController = null;
- }
224
+ // }
225
226
227
@profile
0 commit comments