mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
hide systembar when preview
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user