diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index 73aab22c9..05de55258 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -454,14 +454,14 @@ class _VideoDetailPageState extends State 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 &&