mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 08:08:19 +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 showControls = plPlayerController.showControls.value;
|
||||||
final isDragging = _isDraggingProgress.value;
|
final isDragging = _isDraggingProgress.value;
|
||||||
final offstage = isDragging
|
final offstage = isDragging && !showControls
|
||||||
? false
|
? false
|
||||||
: switch (plPlayerController.progressType) {
|
: switch (plPlayerController.progressType) {
|
||||||
BtmProgressBehavior.onlyShowFullScreen =>
|
BtmProgressBehavior.onlyShowFullScreen =>
|
||||||
|
|||||||
Reference in New Issue
Block a user