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

Commit 17cbe6c3 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

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

Merge "framework: port "fix notification icons not animating till ticker is updated"" into mr1-staging
parents 7e37473e 80e9222b
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