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

Commit 2718e1f3 authored by Adrian Roos's avatar Adrian Roos
Browse files

Keep lockscreen open when all notifications are gone

Whack-a-bug time!

Bug: 13635952
Change-Id: I1941271fb1638cc60f1a1311369b4703ff83c76b
parent 3bc62f72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1030,7 +1030,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode {
            }

            if (CLOSE_PANEL_WHEN_EMPTIED && mNotificationData.size() == 0
                    && !mNotificationPanel.isTracking()) {
                    && !mNotificationPanel.isTracking() && !mOnKeyguard) {
                animateCollapsePanels();
            }
        }