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

Commit edb09e60 authored by Danesh M's avatar Danesh M Committed by Gerrit Code Review
Browse files

SystemUI : Ensure we unset focus when showKeyguard is called

Repro steps :

1) Swipe left to enter INTERACTIVE live lockscreen
2) Turn screen off
3) Turn screen on
4) Notice left swipe does not work

CYNGNOS-2950

Change-Id: I1af24e2bc3377afc9e8236a35afc208ab676bcc0
parent bdb7df21
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4366,6 +4366,7 @@ public class PhoneStatusBar extends BaseStatusBar implements DemoMode,
            e.printStackTrace();
        }
        if (mLiveLockScreenController.isShowingLiveLockScreenView()) {
            mLiveLockScreenController.onLiveLockScreenFocusChanged(false);
            mLiveLockScreenController.getLiveLockScreenView().onKeyguardShowing(
                    mStatusBarKeyguardViewManager.isScreenTurnedOn());
        }