Merge "Fixed a bug where status icons were not animating" into oc-dr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c8c121757e
@@ -32,7 +32,7 @@ public class AnimatedImageView extends ImageView {
|
|||||||
private final boolean mHasOverlappingRendering;
|
private final boolean mHasOverlappingRendering;
|
||||||
AnimationDrawable mAnim;
|
AnimationDrawable mAnim;
|
||||||
boolean mAttached;
|
boolean mAttached;
|
||||||
private boolean mAllowAnimation;
|
private boolean mAllowAnimation = true;
|
||||||
|
|
||||||
// Tracks the last image that was set, so that we don't refresh the image if it is exactly
|
// Tracks the last image that was set, so that we don't refresh the image if it is exactly
|
||||||
// the same as the previous one. If this is a resid, we track that. If it's a drawable, we
|
// the same as the previous one. If this is a resid, we track that. If it's a drawable, we
|
||||||
|
|||||||
Reference in New Issue
Block a user