summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@android.com> 2012-12-03 08:13:47 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2012-12-03 08:13:47 -0800
commitd92883c904d1cb953210b8ea42ee14b614a896e9 (patch)
tree85b1d2f0352d1b93085fe60f1fcb6c5e4c992fcd
parent1a65efd63fdebdfdc93b86b0b84a1b9e431246ff (diff)
parente83665284a4e661636471de846a2b569754379ef (diff)
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
-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 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