mod: statusbar

This commit is contained in:
bggRGjQaUbCoE
2024-10-01 08:43:27 +08:00
parent 80a9ee7db9
commit a167c24154

View File

@@ -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 &&