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 dba5298 commit c3c4babCopy full SHA for c3c4bab
src/dialogs/dialogs.ios.ts
@@ -656,8 +656,10 @@ function showUIAlertController(alertController: MDCAlertController) {
656
if (currentView) {
657
currentView = currentView.modal || currentView;
658
659
- // let viewController: UIViewController = currentView.ios;
+ // for now we need to use the rootController because of a bug in {N}
660
let viewController = ios.rootController;
661
+
662
+ // let viewController: UIViewController = currentView.ios;
663
664
// if (!(currentView.ios instanceof UIViewController)) {
665
// const parentWithController = iosView.getParentWithViewController(currentView);
0 commit comments