Loading packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); } } Loading Loading
packages/CarSystemUI/src/com/android/systemui/car/keyguard/CarKeyguardViewController.java +5 −0 Original line number Diff line number Diff line Loading @@ -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); } } Loading