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

Commit 229c5d95 authored by Daniel Bateman's avatar Daniel Bateman
Browse files

framework: fix notification icons not animating till ticker is updated

Fixes Android issue #15657

Change-Id: I7e9d3fedcd3643c50ee1367d07e2d5233dc02f2b
parent 263ce7d9
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