From 1ed7182481907fbb80d20edeaa5a0bf25a835b31 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Wed, 26 Jul 2023 11:17:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=94=B6=E8=97=8F=E5=9B=9E=E9=80=80?= =?UTF-8?q?=E4=B8=A4=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/introduction/widgets/fav_panel.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pages/video/detail/introduction/widgets/fav_panel.dart b/lib/pages/video/detail/introduction/widgets/fav_panel.dart index 18928f482..625211b72 100644 --- a/lib/pages/video/detail/introduction/widgets/fav_panel.dart +++ b/lib/pages/video/detail/introduction/widgets/fav_panel.dart @@ -44,7 +44,6 @@ class _FavPanelState extends State { TextButton( onPressed: () async { await widget.ctr!.actionFavVideo(); - Get.back(); }, child: const Text('完成'), ),