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

Commit 144c7773 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

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

Fixes: 231337045
Test: dumpsysui NotifLog NotifHeadsUpLog
Change-Id: I9aa8b5b09336db70c6d83844b7b265625837effd
parent 4e821399
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)
            }