skydoves / ColorPickerView

🎨 Android colorpicker for getting colors from any images by tapping on the desired color.
Apache License 2.0
1.6k stars 211 forks source link

setACTON_UP working incorrectly after attaching BrightnessSlider #21

Closed iMJ007 closed 5 years ago

iMJ007 commented 5 years ago

The setACTON_UP(true) method worked correctly without using brightness slider, but after attaching brightness slider the color listener keeps triggering even when while dragging the selector.

And another issue is setting setACTION_UP(true) while brightness slider attached prevents he selector from moving while dragging. It changes position when finger is released.

skydoves commented 5 years ago

resolved https://github.com/skydoves/ColorPickerView/pull/22