HoloColorPicker icon indicating copy to clipboard operation
HoloColorPicker copied to clipboard

No OnColorSelectedListener-event on SVBar

Open cleemansen opened this issue 8 years ago • 0 comments

Hi all,

selecting the (final) color over the SVBar triggers no OnColorSelected-Event. (onColorChanged-Events will be triggered fine)

I think this case should be fixed, it should trigger the onColorSelected Event?

        case MotionEvent.ACTION_UP:
            mIsMovingPointer = false;
            break;
        }

[https://github.com/LarsWerkman/HoloColorPicker/blob/master/libary/src/main/java/com/larswerkman/holocolorpicker/SVBar.java#L378]

cleemansen avatar Oct 19 '16 08:10 cleemansen