Skip to content

enter ripple animation play twice. #24

@lucca2011

Description

@lucca2011

Long press and release finger before ripple animation ended, the enter animation will play twice.
In Ripple.java method enter(), called animation start twice here.
Comment the three line may fix it.
// radius.start();
// cX.start();
// cY.start();

    AnimatorsCompat.startWithAutoCancel(radius);
    AnimatorsCompat.startWithAutoCancel(cX);
    AnimatorsCompat.startWithAutoCancel(cY);

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