Reapply "hide systembar when preview"

This reverts commit d6bce6aa63.
This commit is contained in:
dom
2026-04-29 12:13:12 +08:00
parent 7e044e61e2
commit e185ed1a85
7 changed files with 73 additions and 28 deletions

View File

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