My rangebar with constant pin (not the tmeporary one) and only right pin behaves badly when rangebar.setRangePinsByIndices(0, 3); is called. I managed to reproduce it on the sample app. The thing is it only reproduces when setRangePinsByIndices is called after some time like this:
My rangebar with constant pin (not the tmeporary one) and only right pin behaves badly when
rangebar.setRangePinsByIndices(0, 3);
is called. I managed to reproduce it on the sample app. The thing is it only reproduces whensetRangePinsByIndices
is called after some time like this:It's a simple sample but it behaves the same way when threading with rxjava and probably anything else.
I made a branch demonstrating that on my fork: https://github.com/jkwiecien/material-range-bar/tree/pin-disappear