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

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

Merge "HUN should not show up when the Notification shade is open" into qt-dev

parents 09dacf81 7e9344f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1259,6 +1259,10 @@ public class CarStatusBar extends StatusBar implements

        @Override
        protected void setHeadsUpVisible() {
            // if the Notifications panel is showing don't show the Heads up
            if (mPanelExpanded) {
                return;
            }
            super.setHeadsUpVisible();
            if (mHeadsUpPanel.getVisibility() == View.VISIBLE) {
                mStatusBarWindowController.setHeadsUpShowing(true);