fix: hide thin progress bar during drag when Controls already visible

This commit is contained in:
систем
2026-04-10 22:02:43 +08:00
parent 8502a40987
commit af276c42f8

View File

@@ -1729,7 +1729,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
() {
final showControls = plPlayerController.showControls.value;
final isDragging = _isDraggingProgress.value;
final offstage = isDragging
final offstage = isDragging && !showControls
? false
: switch (plPlayerController.progressType) {
BtmProgressBehavior.onlyShowFullScreen =>