Revert "hide systembar when preview"

This reverts commit 0fb394cc36.
This commit is contained in:
dom
2026-04-23 11:07:31 +08:00
parent 354282930c
commit d6bce6aa63
6 changed files with 19 additions and 49 deletions

View File

@@ -141,7 +141,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
videoDetailController = Get.put(VideoDetailController(), tag: heroTag);
if (videoDetailController.removeSafeArea) {
hideSystemBar();
hideStatusBar();
}
if (videoDetailController.showReply) {
@@ -350,7 +350,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
}
if (!videoDetailController.removeSafeArea) {
showSystemBar();
showStatusBar();
}
if (!videoDetailController.plPlayerController.isCloseAll) {