diff options
author | Daniel Sandler <dsandler@android.com> | 2012-12-03 08:11:37 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-12-03 08:11:37 -0800 |
commit | e83665284a4e661636471de846a2b569754379ef (patch) | |
tree | d08525fa2430eb149a6d3b28daf63f4078ea51ee /packages | |
parent | 8ea94173388bcd1bd0f21b4783f1e214276c1cba (diff) | |
parent | 5046ae56675b5e81bd7160f12709d609d8b4c19c (diff) | |
download | frameworks_base-e83665284a4e661636471de846a2b569754379ef.zip frameworks_base-e83665284a4e661636471de846a2b569754379ef.tar.gz frameworks_base-e83665284a4e661636471de846a2b569754379ef.tar.bz2 |
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
Diffstat (limited to 'packages')
-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 d4491d8..78226c5 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 |