mod: cancel player fullScreenCb

This commit is contained in:
guozhigq
2024-11-17 19:45:06 +08:00
parent 4324e4dbe6
commit c3ef35f150

View File

@ -555,10 +555,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
showEposideCb: () => vdCtr.videoType == SearchType.video
? videoIntroController.showEposideHandler()
: bangumiIntroController.showEposideHandler(),
fullScreenCb: (bool status) {
videoHeight.value =
status ? Get.size.height : defaultVideoHeight;
},
));
}