mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-08 11:07:41 +08:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user