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

Commit caf21486 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 68837c4e: Merge "Avoid skipping animated status bar icon frames." into klp-dev

* commit '68837c4e':
  Avoid skipping animated status bar icon frames.
parents 434b4acb 68837c4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }