Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-06 12:01:33 +08:00
parent 3fc12fcc09
commit b2c3b1ff95
3 changed files with 11 additions and 2 deletions

View File

@@ -417,6 +417,12 @@ class _VideoDetailPageState extends State<VideoDetailPage>
return;
}
if (videoDetailController.plPlayerController.playerStatus.status.value ==
PlayerStatus.playing &&
videoDetailController.playerStatus != PlayerStatus.playing) {
videoDetailController.plPlayerController.pause();
}
isShowing = true;
PlPlayerController.setPlayCallBack(playCallBack);
videoIntroController.startTimer();