diff --git a/lib/plugin/pl_player/view/view.dart b/lib/plugin/pl_player/view/view.dart index 5c7dc6adf..1ff2262b2 100644 --- a/lib/plugin/pl_player/view/view.dart +++ b/lib/plugin/pl_player/view/view.dart @@ -1719,8 +1719,7 @@ class _PLVideoPlayerState extends State ), /// 进度条 live模式下禁用 - if (!isLive && - plPlayerController.progressType != BtmProgressBehavior.alwaysHide) + if (!isLive) Positioned( bottom: -2.2, left: 0, @@ -1732,6 +1731,7 @@ class _PLVideoPlayerState extends State final offstage = isDragging && !showControls ? false : switch (plPlayerController.progressType) { + BtmProgressBehavior.alwaysHide => true, BtmProgressBehavior.onlyShowFullScreen => showControls || !isFullScreen, BtmProgressBehavior.onlyHideFullScreen =>