Browse Source

Make the delete dialog non-dismissible (#927)

Neeraj Gupta 2 years ago
parent
commit
d614724516
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/ui/account/delete_account_page.dart

+ 1 - 0
lib/ui/account/delete_account_page.dart

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