mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-30 15:25:47 +08:00
@@ -85,7 +85,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
|
||||
..addStatusLister(playerListener);
|
||||
PlPlayerController.setPlayCallBack(plPlayerController.play);
|
||||
if (plPlayerController.removeSafeArea) {
|
||||
hideSystemBar();
|
||||
hideStatusBar();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user