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 b489e52 commit 1778ba1Copy full SHA for 1778ba1
tns-core-modules/ui/page/page.ios.ts
@@ -450,6 +450,10 @@ export class Page extends PageBase {
450
451
const viewController = child.ios instanceof UIViewController ? child.ios : child.viewController;
452
if (viewController) {
453
+ if (this.viewController.presentedViewController === viewController) {
454
+ return true;
455
+ }
456
+
457
this.viewController.addChildViewController(viewController);
458
}
459
0 commit comments