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

Commit ba94f883 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Don't close panel when in QS and all notifications go away

Bug: 16988161
Change-Id: Icd21f5ce4b7485c8a83616276b47ea1b08553c21
parent 684c772d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1346,7 +1346,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
            updateExpandedViewPos(EXPANDED_LEAVE_ALONE);

            if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications()
                    && !mNotificationPanel.isTracking()) {
                    && !mNotificationPanel.isTracking() && !mNotificationPanel.isQsExpanded()) {
                if (mState == StatusBarState.SHADE) {
                    animateCollapsePanels();
                } else if (mState == StatusBarState.SHADE_LOCKED) {