-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
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
Labels
No labels