Skip to content

Commit c3c4bab

Browse files
committed
chore(ios): comment on bug fix
1 parent dba5298 commit c3c4bab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/dialogs/dialogs.ios.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,8 +656,10 @@ function showUIAlertController(alertController: MDCAlertController) {
656656
if (currentView) {
657657
currentView = currentView.modal || currentView;
658658

659-
// let viewController: UIViewController = currentView.ios;
659+
// for now we need to use the rootController because of a bug in {N}
660660
let viewController = ios.rootController;
661+
662+
// let viewController: UIViewController = currentView.ios;
661663

662664
// if (!(currentView.ios instanceof UIViewController)) {
663665
// const parentWithController = iosView.getParentWithViewController(currentView);

0 commit comments

Comments
 (0)