Fixed a bug where the notifications were not animating
Bug: 18463381 Change-Id: I1064535f120dbc334a10d70b7fef232adb08a45f
This commit is contained in:
@@ -84,8 +84,8 @@ public class NotificationContentView extends FrameLayout {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void onFinishInflate() {
|
||||
super.onFinishInflate();
|
||||
protected void onAttachedToWindow() {
|
||||
super.onAttachedToWindow();
|
||||
updateVisibility();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user