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

Commit 258384af authored by Daniel Bateman's avatar Daniel Bateman Committed by Gerrit Code Review
Browse files

framework: fix notification icons not animating till ticker is updated

Fixes Android issue #15657

Change-Id: If3bb8693d99e3415bcf0fa9adadee5c1bdbb990d
parent 2644494a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -70,6 +70,7 @@ public class AnimatedImageView extends ImageView {
    public void onAttachedToWindow() {
    public void onAttachedToWindow() {
        super.onAttachedToWindow();
        super.onAttachedToWindow();
        mAttached = true;
        mAttached = true;
        updateAnim();
    }
    }


    @Override
    @Override