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

Commit e8366528 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android Git Automerger
Browse files

am 5046ae56: Merge "framework: fix notification icons not animating till ticker is updated"

* commit '5046ae56':
  framework: fix notification icons not animating till ticker is updated
parents 8ea94173 5046ae56
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -70,6 +70,7 @@ public class AnimatedImageView extends ImageView {
    public void onAttachedToWindow() {
        super.onAttachedToWindow();
        mAttached = true;
        updateAnim();
    }

    @Override