From 293f046b351ef15211452554a8be19e8e5e845d7 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 ca70c7115..acd88cd54 100644 --- a/lib/plugin/pl_player/controller.dart +++ b/lib/plugin/pl_player/controller.dart @@ -1609,9 +1609,7 @@ class PlPlayerController with BlockConfigMixin { void dispose() { // 每次减1,最后销毁 - if (isFullScreen.value) { - resetScreenRotation(); - } + resetScreenRotation(); cancelLongPressTimer(); _cancelSubForSeek(); if (!_isCloseAll && _playerCount > 1) {