Skip to content

No OnColorSelectedListener-event on SVBar #81

@cleemansen

Description

@cleemansen

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions