mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
hide systembar when preview
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -1444,7 +1444,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
try {
|
||||
if (status) {
|
||||
if (PlatformUtils.isMobile) {
|
||||
hideStatusBar();
|
||||
hideSystemBar();
|
||||
if (orientation == null && mode == .none) {
|
||||
return;
|
||||
}
|
||||
@@ -1477,7 +1477,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
} else {
|
||||
if (PlatformUtils.isMobile) {
|
||||
if (!removeSafeArea) {
|
||||
showStatusBar();
|
||||
showSystemBar();
|
||||
}
|
||||
if (orientation == null && mode == .none) {
|
||||
return;
|
||||
@@ -1633,7 +1633,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
|
||||
_playerCount = 0;
|
||||
if (removeSafeArea) {
|
||||
showStatusBar();
|
||||
showSystemBar();
|
||||
}
|
||||
danmakuController = null;
|
||||
_stopOrientationListener();
|
||||
|
||||
Reference in New Issue
Block a user