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 98695df commit 5da476dCopy full SHA for 5da476d
src/dialogs/dialogs.ios.ts
@@ -302,7 +302,7 @@ export class AlertDialog {
302
if (this.presentingController && !this.hiding) {
303
this.hiding = true;
304
return new Promise<void>((resolve) => {
305
- this.presentingController.dismissViewControllerAnimatedCompletion(true, () => {
+ this.alertController.dismissViewControllerAnimatedCompletion(true, () => {
306
if (this.alertController._resolveFunction) {
307
this.alertController._resolveFunction(result);
308
this.alertController._resolveFunction = null;
0 commit comments