Revert "Temporarily disable AVD on RT"
This reverts commit 128a36526c.
Change-Id: Ibd687a9272d63feb842fba765b8b1d5165841527
This commit is contained in:
@@ -154,7 +154,7 @@ public class AnimatedVectorDrawable extends Drawable implements Animatable2 {
|
||||
private static final boolean DBG_ANIMATION_VECTOR_DRAWABLE = false;
|
||||
|
||||
/** Local, mutable animator set. */
|
||||
private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorUI(this);
|
||||
private VectorDrawableAnimator mAnimatorSet = new VectorDrawableAnimatorRT(this);
|
||||
|
||||
/**
|
||||
* The resources against which this drawable was created. Used to attempt
|
||||
|
||||
Reference in New Issue
Block a user