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

This commit is contained in:
TreeHugger Robot
2019-05-15 22:50:03 +00:00
committed by Android (Google) Code Review

View File

@@ -314,6 +314,7 @@ public class CarStatusBar extends StatusBar implements
public void showKeyguard() {
super.showKeyguard();
updateNavBarForKeyguardContent();
dismissKeyguardWhenUserSwitcherNotDisplayed();
}
/**