소스 검색

Make the delete dialog non-dismissible (#927)

Neeraj Gupta 2 년 전
부모
커밋
d614724516
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);
           await _requestEmailForDeletion(context);
         }
         }
       },
       },
+      isDismissible: false,
     );
     );
     if (choice!.action == ButtonAction.error) {
     if (choice!.action == ButtonAction.error) {
       await showGenericErrorDialog(context: context);
       await showGenericErrorDialog(context: context);