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

Commit f89e8ea1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 37169911 5863d45a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3895,6 +3895,7 @@ public class StatusBar extends SystemUI implements DemoMode,

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

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