Merge "On reset, show keyguard if not already shown" into rvc-dev am: c8cd1ad532

Change-Id: Ide4e458e474fe7735d1cc2386205f56d75862088
This commit is contained in:
Heemin Seog
2020-05-15 20:50:24 +00:00
committed by Automerger Merge Worker

View File

@@ -203,6 +203,11 @@ public class CarKeyguardViewController extends OverlayViewController implements
}
mKeyguardUpdateMonitor.sendKeyguardReset();
notifyKeyguardUpdateMonitor();
} else {
// This is necessary in order to address an inconsistency between the keyguard service
// and the keyguard views.
// TODO: Investigate the source of the inconsistency.
show(/* options= */ null);
}
}