commit | 2dc6f38b9a8efee553828de418a18903e9cd6a64 | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Sat Oct 30 02:45:33 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Sat Oct 30 02:45:33 2021 +0000 |
tree | 60934aca11410964bc36e5b4f26f8a0384ffdd46 | |
parent | 8693114f9e7a127f96432de060b88752792a2ac0 [diff] | |
parent | bb67ce654fab8cf2fb140e8a66bb237c943b23f3 [diff] |
Merge "Fix missing notification footer." into sc-v2-dev
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java index 83e6ca0..03fc767 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java
@@ -806,8 +806,9 @@ 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);