diff --git a/lib/page/profile/edit/my_edit_page.dart b/lib/page/profile/edit/my_edit_page.dart index 5ffd0ad..2bb85f5 100644 --- a/lib/page/profile/edit/my_edit_page.dart +++ b/lib/page/profile/edit/my_edit_page.dart @@ -92,12 +92,9 @@ class _MyEditPageState extends State { return Center(child: CircularProgressIndicator()); } return PopScope( - canPop: false, + canPop: selectionState.userProfile.qStatus == 1, onPopInvokedWithResult: (didPop, __) async { if (didPop) return; - if (selectionState.userProfile.qStatus == 1) { - context.pop(); - } }, child: Scaffold( body: AppBackend(