OSDN Git Service

Fixed a bug where the notifications were not animating
authorSelim Cinek <cinek@google.com>
Thu, 20 Nov 2014 15:00:32 +0000 (16:00 +0100)
committerSelim Cinek <cinek@google.com>
Thu, 20 Nov 2014 15:04:00 +0000 (16:04 +0100)
Bug: 18463381
Change-Id: I1064535f120dbc334a10d70b7fef232adb08a45f

packages/SystemUI/src/com/android/systemui/statusbar/NotificationContentView.java

index 99214a0..ec0e46a 100644 (file)
@@ -84,8 +84,8 @@ public class NotificationContentView extends FrameLayout {
     }
 
     @Override
-    protected void onFinishInflate() {
-        super.onFinishInflate();
+    protected void onAttachedToWindow() {
+        super.onAttachedToWindow();
         updateVisibility();
     }