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

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

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

* commit 'caf21486':
  Avoid skipping animated status bar icon frames.
parents 6f5d8537 caf21486
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();
        }