mod: cancel player fullScreenCb
This commit is contained in:
@ -555,10 +555,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
showEposideCb: () => vdCtr.videoType == SearchType.video
|
showEposideCb: () => vdCtr.videoType == SearchType.video
|
||||||
? videoIntroController.showEposideHandler()
|
? videoIntroController.showEposideHandler()
|
||||||
: bangumiIntroController.showEposideHandler(),
|
: bangumiIntroController.showEposideHandler(),
|
||||||
fullScreenCb: (bool status) {
|
|
||||||
videoHeight.value =
|
|
||||||
status ? Get.size.height : defaultVideoHeight;
|
|
||||||
},
|
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user