summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-12-03 08:13:47 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-12-03 08:13:47 -0800
commitd92883c904d1cb953210b8ea42ee14b614a896e9 (patch)
tree85b1d2f0352d1b93085fe60f1fcb6c5e4c992fcd /packages
parent1a65efd63fdebdfdc93b86b0b84a1b9e431246ff (diff)
parente83665284a4e661636471de846a2b569754379ef (diff)
downloadframeworks_base-d92883c904d1cb953210b8ea42ee14b614a896e9.zip
frameworks_base-d92883c904d1cb953210b8ea42ee14b614a896e9.tar.gz
frameworks_base-d92883c904d1cb953210b8ea42ee14b614a896e9.tar.bz2
am e8366528: am 5046ae56: Merge "framework: fix notification icons not animating till ticker is updated"
* commit 'e83665284a4e661636471de846a2b569754379ef': 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