From 7b8157ef238d4eec7698338e768a602d4182cbb7 Mon Sep 17 00:00:00 2001 From: Selim Cinek Date: Thu, 20 Nov 2014 16:00:32 +0100 Subject: [PATCH] Fixed a bug where the notifications were not animating Bug: 18463381 Change-Id: I1064535f120dbc334a10d70b7fef232adb08a45f --- .../android/systemui/statusbar/NotificationContentView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java index 99214a0c237a9..ec0e46a91938c 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java @@ -84,8 +84,8 @@ public class NotificationContentView extends FrameLayout { } @Override - protected void onFinishInflate() { - super.onFinishInflate(); + protected void onAttachedToWindow() { + super.onAttachedToWindow(); updateVisibility(); }