From 8ef831773f0c6b0e7c4b25cf9615b3bb3b29bcf9 Mon Sep 17 00:00:00 2001 From: steven12138 <18611209860@163.com> Date: Wed, 8 May 2024 00:41:01 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E4=BA=86=E6=A0=A1?= =?UTF-8?q?=E5=8A=A1=E5=9B=9E=E7=AD=94=E8=AF=A6=E6=83=85=E8=BF=9B=E5=8E=BB?= =?UTF-8?q?=E5=B0=B1=E5=87=BA=E4=B8=8D=E6=9D=A5=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/feedback/view/official_reply_detail_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/feedback/view/official_reply_detail_page.dart b/lib/feedback/view/official_reply_detail_page.dart index e7b4571e..75e32d6e 100644 --- a/lib/feedback/view/official_reply_detail_page.dart +++ b/lib/feedback/view/official_reply_detail_page.dart @@ -368,7 +368,7 @@ class _OfficialReplyDetailPageState extends State return PopScope( onPopInvoked: (didPop) async { context.read().clearAndClose(); - Navigator.pop(context); + if (!didPop) Navigator.pop(context); }, canPop: true, // onWillPop: () async {