summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-12-03 08:11:37 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-03 08:11:37 -0800
commite83665284a4e661636471de846a2b569754379ef (patch)
treed08525fa2430eb149a6d3b28daf63f4078ea51ee /packages
parent8ea94173388bcd1bd0f21b4783f1e214276c1cba (diff)
parent5046ae56675b5e81bd7160f12709d609d8b4c19c (diff)
downloadframeworks_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.java1
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