From c3ef35f150d1857ba2e85cb36043f229b6934949 Mon Sep 17 00:00:00 2001 From: guozhigq Date: Sun, 17 Nov 2024 19:45:06 +0800 Subject: [PATCH] mod: cancel player fullScreenCb --- lib/pages/video/detail/view.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 91f942d5..599ad07c 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -555,10 +555,6 @@ class _VideoDetailPageState extends State showEposideCb: () => vdCtr.videoType == SearchType.video ? videoIntroController.showEposideHandler() : bangumiIntroController.showEposideHandler(), - fullScreenCb: (bool status) { - videoHeight.value = - status ? Get.size.height : defaultVideoHeight; - }, )); }