Skip to content

Commit 4e29840

Browse files
committed
fix(dialogs): action was not closing itself
1 parent 9a6791d commit 4e29840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/dialogs/dialogs.ios.ts

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ function addButtonsToAlertController(alertController: MDCAlertController, option
126126
if (Utils.isFunction(callback)) {
127127
callback(result);
128128
}
129+
alertController.dismissModalViewControllerAnimated(true);
129130
}
130131

131132
if (Utils.isString(options.cancelButtonText)) {

0 commit comments

Comments
 (0)