fix: controlsLock exit fullscreen

This commit is contained in:
guozhigq
2024-11-20 09:46:05 +08:00
parent 94fa0a1e6e
commit 4008b8caef
2 changed files with 7 additions and 1 deletions

View File

@ -909,7 +909,7 @@ class PlPlayerController {
if (videoType == 'live') {
return;
}
if (controlsLock.value) {
if (_controlsLock.value) {
return;
}
_doubleSpeedStatus.value = val;
@ -1081,6 +1081,7 @@ class PlPlayerController {
videoFitChangedTimer?.cancel();
// _position.close();
_playerEventSubs?.cancel();
_controlsLock.value = false;
// _sliderPosition.close();
// _sliderTempPosition.close();
// _isSliderMoving.close();