oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.IllegalArgumentException: tickCount less than 2; invalid tickCount.

abhinshah27 opened this issue · comments

When maximumPrice and minimumPrice both are the same I am getting an error.

priceSeekBar.setTickEnd(maximumPrice);
priceSeekBar.setTickStart(minimumPrice);