HoloColorPicker
HoloColorPicker copied to clipboard
No OnColorSelectedListener-event on SVBar
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]