fix: vertical video fullScreen
This commit is contained in:
@ -554,6 +554,11 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
playerController: plPlayerController!,
|
playerController: plPlayerController!,
|
||||||
),
|
),
|
||||||
bottomList: vdCtr.bottomList,
|
bottomList: vdCtr.bottomList,
|
||||||
|
fullScreenCb: (bool status) {
|
||||||
|
if (vdCtr.videoDirection.value == 'vertical') {
|
||||||
|
videoHeight.value = status ? Get.size.height : verticalHeight;
|
||||||
|
}
|
||||||
|
},
|
||||||
showEposideCb: () => vdCtr.videoType == SearchType.video
|
showEposideCb: () => vdCtr.videoType == SearchType.video
|
||||||
? videoIntroController.showEposideHandler()
|
? videoIntroController.showEposideHandler()
|
||||||
: bangumiIntroController.showEposideHandler(),
|
: bangumiIntroController.showEposideHandler(),
|
||||||
|
|||||||
Reference in New Issue
Block a user