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

Commit 3c24bb4a authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Implement jumpToCurrentState() in VectorDrawable"

parents d67d073b 4554a6a5
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -206,6 +206,11 @@ public class VectorDrawable extends Drawable {
        return mVectorState;
    }

    @Override
    public void jumpToCurrentState() {
        mVectorState.mBasicAnimator.end();
    }

    /**
     * Starts the animation.
     */