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?