2307vivek / Seeker

A highly customizable seekbar/slider library for android with support for readahead indicator, segments and more. Made with Jetpack Compose ❤.
Apache License 2.0
379 stars 14 forks source link

Fix `onValueChangeFinished` dispatched before `onValueChange` on tap #44

Closed Maxr1998 closed 1 year ago

Maxr1998 commented 1 year ago

Fixes #43.

2307vivek commented 1 year ago

Nice observation!

Maxr1998 commented 1 year ago

Thanks for the merge!