mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 播放页横屏适配修复
This commit is contained in:
@@ -1002,7 +1002,7 @@ class PlPlayerController {
|
||||
StatusBarControl.setHidden(false, animation: StatusBarAnimation.FADE);
|
||||
// Get.back();
|
||||
exitFullScreen();
|
||||
if (setting.get(SettingBoxKey.exitFullscreenAutoVertical, defaultValue: true)) {
|
||||
if (!setting.get(SettingBoxKey.horizontalScreen, defaultValue: false)) {
|
||||
await verticalScreen();
|
||||
}
|
||||
toggleFullScreen(false);
|
||||
|
||||
Reference in New Issue
Block a user