From 4b44716cbaae123b448c12a47216ef72564e5e62 Mon Sep 17 00:00:00 2001 From: dom Date: Sat, 2 May 2026 13:34:03 +0800 Subject: [PATCH] fix orientation Signed-off-by: dom --- lib/plugin/pl_player/controller.dart | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/plugin/pl_player/controller.dart b/lib/plugin/pl_player/controller.dart index a00907f54..8d15fbf34 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -1601,9 +1601,7 @@ class PlPlayerController with BlockConfigMixin { void dispose() { // 每次减1,最后销毁 - if (isFullScreen.value) { - resetScreenRotation(); - } + resetScreenRotation(); cancelLongPressTimer(); _cancelSubForSeek(); if (!_isCloseAll && _playerCount > 1) {