Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1fc5537 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

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

Change-Id: Iafc8852a730bafc2f8f315a6a7e0916dd1ae18ab
parents 260bae03 2dc6f38b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);