diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index 426ef23c6..1ab96f3a3 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -1836,8 +1836,7 @@ class _PLVideoPlayerState extends State ), // 锁 - if (!isLive && - plPlayerController.showFsLockBtn && + if (plPlayerController.showFsLockBtn && (isFullScreen || plPlayerController.isDesktopPip)) ViewSafeArea( right: false,