Fixed a bug where the notifications were not animating

Bug: 18463381
Change-Id: I1064535f120dbc334a10d70b7fef232adb08a45f
This commit is contained in:
Selim Cinek
2014-11-20 16:00:32 +01:00
parent 04b6a6d3a1
commit 7b8157ef23

View File

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