mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-27 03:28:40 +00:00
mod: statusbar
This commit is contained in:
@@ -454,14 +454,14 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
plPlayerController?.direction.value == 'vertical') {
|
plPlayerController?.direction.value == 'vertical') {
|
||||||
videoHeight = context.width;
|
videoHeight = context.width;
|
||||||
}
|
}
|
||||||
if (MediaQuery.of(context).orientation ==
|
// if (MediaQuery.of(context).orientation ==
|
||||||
Orientation.landscape &&
|
// Orientation.landscape &&
|
||||||
!horizontalScreen &&
|
// !horizontalScreen &&
|
||||||
!isFullScreen &&
|
// !isFullScreen &&
|
||||||
isShowing &&
|
// isShowing &&
|
||||||
mounted) {
|
// mounted) {
|
||||||
hideStatusBar();
|
// hideStatusBar();
|
||||||
}
|
// }
|
||||||
// if (MediaQuery.of(context).orientation ==
|
// if (MediaQuery.of(context).orientation ==
|
||||||
// Orientation.portrait &&
|
// Orientation.portrait &&
|
||||||
// !isFullScreen &&
|
// !isFullScreen &&
|
||||||
|
|||||||
Reference in New Issue
Block a user