update tmpPos on drag start

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-27 00:27:39 +08:00
parent 819a28c48c
commit 916931dd11
4 changed files with 11 additions and 40 deletions

View File

@@ -65,7 +65,7 @@ class BottomControl extends StatelessWidget {
thumbRadius: 7,
onDragStart: (duration) {
feedBack();
controller.onChangedSliderStart();
controller.onChangedSliderStart(duration.timeStamp);
},
onDragUpdate: (duration) {
double newProgress =