mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 12:38:34 +00:00
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user