warkiz / IndicatorSeekBar

A custom SeekBar on Android, which can be changed the size ,color , thumb drawable , tick drawable , tick text and indicator , also , will show an indicator view with progress above SeekBar when seeking. https://github.com/warkiz/IndicatorSeekBar
Apache License 2.0
2.17k stars 419 forks source link

setProgress() not working if tickCount > 2 #233

Open Dakiira opened 3 years ago

Dakiira commented 3 years ago

I'm trying to change the progress of the seekbar via the setProgress() method. But it doesnt show me the correct progess, instead it shows a random number. I have a seekbar with 5 - 10 ticks (i set them dynamically). If i remove all ticks or lower the tick count to <= 2 the setProgess() method is working as expected. I use the latest (2.1.2) Version

JiangShuLiang commented 2 years ago

I got same problem,do you solve this problem?