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

Commit 43cfc99f authored by Priyank Singh's avatar Priyank Singh Committed by android-build-merger
Browse files

Merge "Keyguard for Auto should only show up in case of a user switcher...

Merge "Keyguard for Auto should only show up in case of a user switcher screen. Else, its safe to dismiss it otherwise." into qt-dev
am: 2dc6bda3

Change-Id: I0400cf04ada8ed3145ad6b71f8b3cd0cb06c778a
parents 5fe53c89 2dc6bda3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -314,6 +314,7 @@ public class CarStatusBar extends StatusBar implements
    public void showKeyguard() {
        super.showKeyguard();
        updateNavBarForKeyguardContent();
        dismissKeyguardWhenUserSwitcherNotDisplayed();
    }

    /**