Merge "Fixed a bug where the notifications were not animating" into lmp-mr1-dev
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