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

Commit 4554a6a5 authored by Alan Viverette's avatar Alan Viverette
Browse files

Implement jumpToCurrentState() in VectorDrawable

BUG: 14083130
Change-Id: Ie1842b2367d1f24d18fdbc71963e077a1805de9b
parent 31e052bf
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.
     */