Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 143a02aa authored by Michael Jurka's avatar Michael Jurka Committed by Android (Google) Code Review
Browse files

Merge "Prevent ViewPropertyAnimators from getting started twice" into jb-dev

parents 776627b8 500998d4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -342,6 +342,7 @@ public class ViewPropertyAnimator {
     * otherwise), then this method can be used.
     */
    public void start() {
        mView.removeCallbacks(mAnimationStarter);
        startAnimation();
    }