Skip to content

onTouchEnded called when setting pin ranges programmatically #191

@devnullheart

Description

@devnullheart

Just found the source of all phantom onTouchEnded calls I had, and it's in the commit in #162, which adds onTouchEnded call to every setRangePinsByValue call.
Any reason why we even need this? It triggers every time value range is set, and that's kind of a problem because I use onTouchEnded listener to distinguish user-made changes from programmatic value updates, but I can't use it because onTouchEnded is called on every value update no matter the source. It's the only setter method that calls this listener for no apparent reason.

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