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) {