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

Commit 7ace8287 authored by d34d's avatar d34d
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
parent 72d45c0a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4701,7 +4701,6 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
    }

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