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
|
@Override
|
||||||
protected void onFinishInflate() {
|
protected void onAttachedToWindow() {
|
||||||
super.onFinishInflate();
|
super.onAttachedToWindow();
|
||||||
updateVisibility();
|
updateVisibility();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user