Loading packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ public class AnimatedImageView extends ImageView { } private void updateAnim() { Drawable drawable = getDrawable(); Drawable drawable = mAttached ? getDrawable() : null; if (mAttached && mAnim != null) { mAnim.stop(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ public class AnimatedImageView extends ImageView { } private void updateAnim() { Drawable drawable = getDrawable(); Drawable drawable = mAttached ? getDrawable() : null; if (mAttached && mAnim != null) { mAnim.stop(); } Loading