mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
fix: hide thin progress bar during drag when Controls already visible
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user