mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 13:55:54 +08:00
@@ -1443,7 +1443,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
try {
|
||||
if (status) {
|
||||
if (PlatformUtils.isMobile) {
|
||||
hideSystemBar();
|
||||
hideStatusBar();
|
||||
if (orientation == null && mode == .none) {
|
||||
return;
|
||||
}
|
||||
@@ -1476,7 +1476,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
} else {
|
||||
if (PlatformUtils.isMobile) {
|
||||
if (!removeSafeArea) {
|
||||
showSystemBar();
|
||||
showStatusBar();
|
||||
}
|
||||
if (orientation == null && mode == .none) {
|
||||
return;
|
||||
@@ -1625,7 +1625,7 @@ class PlPlayerController with BlockConfigMixin {
|
||||
|
||||
_playerCount = 0;
|
||||
if (removeSafeArea) {
|
||||
showSystemBar();
|
||||
showStatusBar();
|
||||
}
|
||||
danmakuController = null;
|
||||
_stopOrientationListener();
|
||||
|
||||
Reference in New Issue
Block a user