* commit 'caf21486dfbc4ca67254652f16448493c5f4e06c': Avoid skipping animated status bar icon frames.
This commit is contained in:
@@ -38,7 +38,7 @@ public class AnimatedImageView extends ImageView {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void updateAnim() {
|
private void updateAnim() {
|
||||||
Drawable drawable = getDrawable();
|
Drawable drawable = mAttached ? getDrawable() : null;
|
||||||
if (mAttached && mAnim != null) {
|
if (mAttached && mAnim != null) {
|
||||||
mAnim.stop();
|
mAnim.stop();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user