oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

setEnabled(false) makes pins invisible when using permanent pins #72

Closed osrl closed 6 years ago

osrl commented 8 years ago

custom:temporaryPins="false" I switch rangeBars enabled property with this: mRangeBar.setEnabled(enable); Setting it false makes pins invisible (I think it should only set the color gray). Switching it back to enabled doesn't make the pins visible again. When temporaryPins set to true, it works as intended.

osrl commented 8 years ago

I think it's same as #64

RGabi commented 7 years ago

@osrl

88 fixes the problem