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

Commit 12f0b879 authored by d34d's avatar d34d Committed by Danesh M
Browse files

LLS: Don't change bar state when changing LLS focus

State changes are taken care of elsewhere so don't change the state
when unfocusing the LLS.

Change-Id: Ie4d14a840cfc2f29815bd6d185caf920134b6d21
TICKET: FEIJ-531
(cherry picked from commit 7ace8287)
parent a4292813
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4702,7 +4702,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

    protected void unfocusKeyguardExternalView() {
        setBarState(StatusBarState.KEYGUARD);
        mStatusBarKeyguardViewManager.setKeyguardExternalViewFocus(false);
    }