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

This commit is contained in:
Daniel Sandler
2012-12-03 07:06:28 -08:00
committed by Gerrit Code Review

View File

@@ -70,6 +70,7 @@ public class AnimatedImageView extends ImageView {
public void onAttachedToWindow() {
super.onAttachedToWindow();
mAttached = true;
updateAnim();
}
@Override