Make the delete dialog non-dismissible (#927)

This commit is contained in:
Neeraj Gupta 2023-03-15 23:10:13 +05:30 committed by GitHub
commit d614724516
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,6 +241,7 @@ class _DeleteAccountPageState extends State<DeleteAccountPage> {
await _requestEmailForDeletion(context);
}
},
isDismissible: false,
);
if (choice!.action == ButtonAction.error) {
await showGenericErrorDialog(context: context);