Skip to content

Commit 45488a0

Browse files
committed
fix(ios): prevent dialogs not showing
1 parent fda44e9 commit 45488a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dialogs/dialogs.ios.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ const MDCAlertControllerImpl: MDCAlertControllerImpl = (MDCAlertController as an
153153
this.preferredContentSize = CGSizeMake(pW, pH + 0.00000000001);
154154
this.preferredContentSize = CGSizeMake(pW, pH);
155155
return true;
156+
} else {
157+
this.viewLayedOut = true;
156158
}
157159
return false;
158160
},

0 commit comments

Comments
 (0)