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') {
videoHeight = context.width;
}
if (MediaQuery.of(context).orientation ==
Orientation.landscape &&
!horizontalScreen &&
!isFullScreen &&
isShowing &&
mounted) {
hideStatusBar();
}
// if (MediaQuery.of(context).orientation ==
// Orientation.landscape &&
// !horizontalScreen &&
// !isFullScreen &&
// isShowing &&
// mounted) {
// hideStatusBar();
// }
// if (MediaQuery.of(context).orientation ==
// Orientation.portrait &&
// !isFullScreen &&