Revert "hide systembar when preview"

This reverts commit 0fb394cc36.
This commit is contained in:
dom
2026-04-23 11:07:31 +08:00
parent 354282930c
commit d6bce6aa63
6 changed files with 19 additions and 49 deletions

View File

@@ -85,7 +85,7 @@ class _LiveRoomPageState extends State<LiveRoomPage>
..addStatusLister(playerListener);
PlPlayerController.setPlayCallBack(plPlayerController.play);
if (plPlayerController.removeSafeArea) {
hideSystemBar();
hideStatusBar();
}
}