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

Commit 5863d45a authored by Selim Cinek's avatar Selim Cinek
Browse files

Fixed an issue where the icon wouldn't disappear after launching

Fixes: 72861358
Test: add notification with auto_cancel and click on it. Observe icon disappearing
Change-Id: I31d0c93b6c1cd926ed7085b2cf812522d67f97e9
parent e2aa9efb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3856,6 +3856,7 @@ public class StatusBar extends SystemUI implements DemoMode,

    private void instantCollapseNotificationPanel() {
        mNotificationPanel.instantCollapse();
        runPostCollapseRunnables();
    }

    @Override
@@ -5019,6 +5020,8 @@ public class StatusBar extends SystemUI implements DemoMode,
        } else if (!isPresenterFullyCollapsed()) {
            instantCollapseNotificationPanel();
            visibilityChanged(false);
        } else {
            runPostCollapseRunnables();
        }
    }