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

Commit 2cad6607 authored by d34d's avatar d34d Committed by Clark Scheff
Browse files

SysUI: Show LLS when state is SHADE_LOCKED

Continue to show the LLS when the status bar state is SHADE_LOCKED

Change-Id: I3f676bec9a036ea629e47f600f58d53d3cfa079d
TICKET: CYNGNOS-1964
(cherry picked from commit 1d459729)
parent 1f70164b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1116,7 +1116,8 @@ public class NotificationPanelView extends PanelView implements
                mAfforanceHelper.updatePreviews();
            }
        }
        if (keyguardShowing) {
        if (statusBarState == StatusBarState.KEYGUARD ||
                statusBarState == StatusBarState.SHADE_LOCKED) {
            updateDozingVisibilities(false /* animate */);
            if (mThirdPartyKeyguardViewComponent != null) {
                if (mKeyguardExternalView == null) {