Merge "Fix missing notification footer." into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2dc6f38b9a
@@ -806,8 +806,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