issues
search
skydoves
/
ColorPickerPreference
🎨 A library that lets you implement ColorPicker, ColorPickerDialog, ColorPickerPreference.
Apache License 2.0
480
stars
51
forks
source link
Always recycle TypedArray.
#25
Closed
johnjohndoe
closed
4 years ago
johnjohndoe
commented
4 years ago
This makes sure the
TypedArray
is recycled whatever happens when it is used.
See:
https://developer.android.com/reference/android/content/res/TypedArray
.
This is kind of a bugfix.
This is a non-breaking change.
TypedArray
is recycled whatever happens when it is used.