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

Commit a55ef220 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Gerrit Code Review
Browse files

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

parents 86e6fc0c b1652625
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