Closes #1505

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-07 12:52:27 +08:00
parent 8439a3d85c
commit 2bfa1bb6c2
3 changed files with 14 additions and 15 deletions

View File

@@ -413,6 +413,10 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
return;
}
if (plPlayerController?.isCloseAll == true) {
return;
}
WidgetsBinding.instance.addObserver(this);
plPlayerController?.isLive = false;