fix orientation

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-02 13:34:03 +08:00
parent b00b9e2816
commit 293f046b35

View File

@@ -1609,9 +1609,7 @@ class PlPlayerController with BlockConfigMixin {
void dispose() { void dispose() {
// 每次减1最后销毁 // 每次减1最后销毁
if (isFullScreen.value) { resetScreenRotation();
resetScreenRotation();
}
cancelLongPressTimer(); cancelLongPressTimer();
_cancelSubForSeek(); _cancelSubForSeek();
if (!_isCloseAll && _playerCount > 1) { if (!_isCloseAll && _playerCount > 1) {