fix: 收藏回退两次
This commit is contained in:
@ -44,7 +44,6 @@ class _FavPanelState extends State<FavPanel> {
|
|||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () async {
|
onPressed: () async {
|
||||||
await widget.ctr!.actionFavVideo();
|
await widget.ctr!.actionFavVideo();
|
||||||
Get.back();
|
|
||||||
},
|
},
|
||||||
child: const Text('完成'),
|
child: const Text('完成'),
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user