CrystalRangeSeekbar not refelcting new value

587 Views Asked by At

I am using this library for range seekbar.

I wish to set a value when the view is loaded and i am using this code.

  rangeSeekbar_exp.setMinStartValue(seekerActivity.filter_sort.min_exp);

but it is not reflecting in the view.

1

There are 1 best solutions below

2
Rohit45 On BEST ANSWER

I think by using the .apply() method at the end should do the trick.

Hope it helps..!!