hide systembar when preview

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-20 11:59:31 +08:00
parent 4229024adf
commit 0fb394cc36
6 changed files with 49 additions and 19 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) {
@@ -351,7 +351,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
}
if (!videoDetailController.removeSafeArea) {
showStatusBar();
showSystemBar();
}
if (!videoDetailController.plPlayerController.isCloseAll) {