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

Commit d33e9b5c authored by Priyank Singh's avatar Priyank Singh
Browse files

Keyguard for Auto should only show up in case of a user switcher screen. Else,...

Keyguard for Auto should only show up in case of a user switcher screen. Else, its safe to dismiss it otherwise.

Bug: 131176319
Test: Manual
Change-Id: I96b9b36779f2d2cc846bbf9e309111d1836d51b1
parent 515e7a74
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();
    }

    /**