Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-16 18:48:06 +08:00
parent 6c361a047b
commit f2a05bb970
3 changed files with 14 additions and 5 deletions

View File

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