Merge "Fix missing notification footer." into sc-v2-dev am: 2dc6f38b9a am: f1fc553791

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16143298

Change-Id: I7b47bf5b628d28be9852bc28ea71af565cd13265
This commit is contained in:
TreeHugger Robot
2021-10-30 03:36:54 +00:00
committed by Automerger Merge Worker

View File

@@ -811,8 +811,9 @@ public class NotificationStackScrollLayoutController {
return Unit.INSTANCE;
});
// callback is invoked synchronously, updating mView immediately
// attach callback, and then call it to update mView immediately
mDeviceProvisionedController.addCallback(mDeviceProvisionedListener);
mDeviceProvisionedListener.onDeviceProvisionedChanged();
if (mView.isAttachedToWindow()) {
mOnAttachStateChangeListener.onViewAttachedToWindow(mView);