jaredrummler / ColorPicker

A highly customizable color picker for Android
Apache License 2.0
791 stars 170 forks source link

Is the stored preference value stable? #82

Closed svenoaks closed 4 years ago

svenoaks commented 4 years ago

Since the library apparently uses resource id's to store the selected color, what happens when the app is updated and the resource ids ints change? The stored value would not be the previously selected correct color in that case? Is there any workaround for this besides manually saving a stable value with the listener?