From 832832aaeb7eb2fe0a4140cde51d0b4f0642e2ce Mon Sep 17 00:00:00 2001 From: orz12 Date: Sat, 25 May 2024 07:02:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=94=E5=9B=9E=E8=BF=87=E5=BF=AB?= =?UTF-8?q?=E6=97=B6=E4=B8=BB=E9=A1=B5=E5=BC=82=E5=B8=B8=E5=BC=80=E5=A7=8B?= =?UTF-8?q?=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/view.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index b2ce60c1..7e03baa7 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -291,6 +291,7 @@ class _VideoDetailPageState extends State @override // 返回当前页面时 void didPopNext() async { + if (!Get.isRegistered()) return; isShowing = true; if (mounted) { setState(() => {});