Open abhinshah27 opened 3 years ago
When maximumPrice and minimumPrice both are the same I am getting an error.
priceSeekBar.setTickEnd(maximumPrice); priceSeekBar.setTickStart(minimumPrice);
When maximumPrice and minimumPrice both are the same I am getting an error.