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

Commit a8bdc2a4 authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Fix bug with bad state in animators"

parents 1e231cbf 154f1450
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -902,6 +902,7 @@ public class ValueAnimator extends Animator {
        if (mStartDelay == 0) {
            // This sets the initial value of the animation, prior to actually starting it running
            setCurrentPlayTime(getCurrentPlayTime());
            mPlayingState = STOPPED;

            if (mListeners != null) {
                ArrayList<AnimatorListener> tmpListeners =