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

Commit 5046ae56 authored by Daniel Sandler's avatar Daniel Sandler Committed by Gerrit Code Review
Browse files

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

parents 2644494a 258384af
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