Skip to content

Commit

Permalink
Revert "fix: 返回过快时主页异常开始播放"
Browse files Browse the repository at this point in the history
This reverts commit 832832a.
  • Loading branch information
orz12 committed May 25, 2024
1 parent d2c47d6 commit eecb381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/pages/video/detail/view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
@override
// 返回当前页面时
void didPopNext() async {
if (!Get.isRegistered<VideoDetailController>()) return;
isShowing = true;
if (mounted) {
setState(() => {});
Expand Down

0 comments on commit eecb381

Please sign in to comment.