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

Commit 68837c4e authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Avoid skipping animated status bar icon frames." into klp-dev

parents 90fa5331 32727644
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();
        }