Merge branch 'fix'

This commit is contained in:
guozhigq
2024-12-01 13:01:14 +08:00
4 changed files with 20 additions and 5 deletions

View File

@ -685,6 +685,11 @@ class _VideoDetailPageState extends State<VideoDetailPage>
canPop:
plPlayerController?.isFullScreen.value != true,
onPopInvoked: (bool didPop) {
if (plPlayerController?.controlsLock.value ==
true) {
plPlayerController?.onLockControl(false);
return;
}
if (plPlayerController?.isFullScreen.value ==
true) {
plPlayerController!