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

Commit 7ab0f835 authored by John Reck's avatar John Reck
Browse files

Switch back to UI-driven AVD

Bug: 27550546
Change-Id: I7c37438555fb8a72d2ff0bc42bf5de25a31cc464
parent 6387cd28
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 {
    private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false;
    private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false;


    /** Local, mutable animator set. */
    /** Local, mutable animator set. */
    private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorRT(this);
    private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorUI(this);


    /**
    /**
     * The resources against which this drawable was created. Used to attempt
     * The resources against which this drawable was created. Used to attempt