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

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

am e8366528: am 5046ae56: Merge "framework: fix notification icons not...

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

* commit 'e8366528':
  framework: fix notification icons not animating till ticker is updated
parents 1a65efd6 e8366528
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