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

* commit '5046ae56675b5e81bd7160f12709d609d8b4c19c':
  framework: fix notification icons not animating till ticker is updated
This commit is contained in:
Daniel Sandler
2012-12-03 08:11:37 -08:00
committed by Android Git Automerger

View File

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