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

Commit 5917e5c8 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: I9f4e5c1ea0b3de0b4cd03f9aac691715502bca7b
parents bee9cdee 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();
    }

    /**