Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-07 14:53:53 +08:00
parent 904756b6ea
commit 4553b86cb4
5 changed files with 15 additions and 19 deletions

View File

@@ -1244,12 +1244,11 @@ class PlPlayerController {
await seekTo(Duration.zero, isSeek: false);
}
await audioSessionHandler?.setActive(true);
await _videoPlayerController?.play();
playerStatus.status.value = PlayerStatus.playing;
// screenManager.setOverlays(false);
audioSessionHandler?.setActive(true);
}
/// 暂停播放