diff options
| author | 2012-12-03 07:06:28 -0800 | |
|---|---|---|
| committer | 2012-12-03 07:06:29 -0800 | |
| commit | 5046ae56675b5e81bd7160f12709d609d8b4c19c (patch) | |
| tree | c715554557bc167653f36dd6d1e83f5a60518599 | |
| parent | 2644494a9841c1f842d790b60911699f09eb63d1 (diff) | |
| parent | 258384aff260270f58bf397329c26b637dd03766 (diff) | |
Merge "framework: fix notification icons not animating till ticker is updated"
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java b/packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java index d4491d814c19..78226c5f24d4 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/AnimatedImageView.java @@ -70,6 +70,7 @@ public class AnimatedImageView extends ImageView { public void onAttachedToWindow() { super.onAttachedToWindow(); mAttached = true; + updateAnim(); } @Override |