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

Commit a74fd755 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 am: f1fc5537

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

Change-Id: I7b47bf5b628d28be9852bc28ea71af565cd13265
parents 4ea0a5c4 f1fc5537
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);