Hi everyone, I 'm developing a music player app us...
# compose
a
Hi everyone, I 'm developing a music player app using compose But I want to detect if user has touched or moving the slider component so I can stop playing music and update the slider value upon the user moves. But ths Slider in compose has only onValueChange listener that has been fired after user changes the slider value not while changing the value. How can I solve this problem?
r
a
Thanks but I tried it before. it's not working as expected.
a
onValueChange
is called while the value is being changed. What is only called after the change is
onValueChangeFinished
.
❤️ 1