When maximumPrice and minimumPrice both are the same I am getting an error. ``` priceSeekBar.setTickEnd(maximumPrice); priceSeekBar.setTickStart(minimumPrice); ```