mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
update tmpPos on drag start
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1165,7 +1165,10 @@ class PlPlayerController {
|
||||
updateSliderPositionSecond();
|
||||
}
|
||||
|
||||
void onChangedSliderStart() {
|
||||
void onChangedSliderStart([Duration? value]) {
|
||||
if (value != null) {
|
||||
_sliderTempPosition.value = value;
|
||||
}
|
||||
_isSliderMoving.value = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user