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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user