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

Commit 4be38852 authored by Priyank Singh's avatar Priyank Singh Committed by android-build-merger
Browse files

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

Merge "HUN should not show up when the Notification shade is open" into qt-dev am: 17f08878 am: 47875fdc
am: 3f7a09eb

Change-Id: I18c4ab17d1463a482a1f19de7dd3dfcc4c7fb8a5
parents 124e70a7 3f7a09eb
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);