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

Commit c141090c authored by Lucas Dupin's avatar Lucas Dupin Committed by Android (Google) Code Review
Browse files

Merge "Fix issue where Keyguard would not be dismissed"

parents 1f7d4274 8924a8d9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2527,7 +2527,7 @@ public class StatusBar extends SystemUI implements DemoMode,
                }
            }
            if (dismissShade) {
                if (mExpandedVisible) {
                if (mExpandedVisible && !mBouncerShowing) {
                    animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_RECENTS_PANEL, true /* force */,
                            true /* delayed*/);
                } else {
@@ -3208,6 +3208,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        mNotificationPanel.onAffordanceLaunchEnded();
        mNotificationPanel.animate().cancel();
        mNotificationPanel.setAlpha(1f);
        updateScrimController();
        Trace.endSection();
        return staying;
    }