Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-01 15:17:42 +08:00
parent 5c28376210
commit dd5c2229b3
22 changed files with 182 additions and 177 deletions

View File

@@ -104,12 +104,12 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
return videoDetailController.plPlayerController.horizontalSeasonPanel &&
(videoDetail.ugcSeason != null ||
((videoDetail.pages?.length ?? 0) > 1)) &&
context.orientation == Orientation.landscape;
context.isLandscape;
}
bool get _horizontalPreview =>
videoDetailController.plPlayerController.horizontalPreview &&
context.orientation == Orientation.landscape;
context.isLandscape;
StreamSubscription? _listenerFS;