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

Commit bb609989 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

Merge "Invalidate (re-section) the list when a notification is no longer heads...

Merge "Invalidate (re-section) the list when a notification is no longer heads up." into tm-qpr-dev am: c8adfe87

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



Change-Id: I5cb38e59b89fb25cb99db56cde71647359fbe34d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 507fc910 c8adfe87
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -503,6 +503,7 @@ class HeadsUpCoordinator @Inject constructor(
    private val mOnHeadsUpChangedListener = object : OnHeadsUpChangedListener {
        override fun onHeadsUpStateChanged(entry: NotificationEntry, isHeadsUp: Boolean) {
            if (!isHeadsUp) {
                mNotifPromoter.invalidateList()
                mHeadsUpViewBinder.unbindHeadsUpView(entry)
                endNotifLifetimeExtensionIfExtended(entry)
            }