show lock btn for live

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-11-17 18:51:40 +08:00
parent 646888c06f
commit 0d38ded981

View File

@@ -1836,8 +1836,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
),
// 锁
if (!isLive &&
plPlayerController.showFsLockBtn &&
if (plPlayerController.showFsLockBtn &&
(isFullScreen || plPlayerController.isDesktopPip))
ViewSafeArea(
right: false,