Merge "On reset, show keyguard if not already shown" into rvc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user