jaredrummler / ColorPicker

A highly customizable color picker for Android
Apache License 2.0
793 stars 172 forks source link

Library does not allow setting preference as not persistent #96

Open kix2902 opened 4 years ago

kix2902 commented 4 years ago

Even if the xml for the preference sets the persistent property to "false" the value is saved because in the "init" method is forced its persistence calling setPersistent(true)