Loading packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1630,6 +1630,7 @@ public class KeyguardIndicationController { "skip showing FACE_ERROR_TIMEOUT due to co-ex logic"); "skip showing FACE_ERROR_TIMEOUT due to co-ex logic"); } } } else if (deferredFaceMessage != null) { } else if (deferredFaceMessage != null) { mBouncerMessageInteractor.setFaceAcquisitionMessage(deferredFaceMessage.toString()); // Face-only: The face timeout message is not very actionable, let's ask the // Face-only: The face timeout message is not very actionable, let's ask the // user to manually retry. // user to manually retry. showBiometricMessage( showBiometricMessage( Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/KeyguardIndicationController.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -1630,6 +1630,7 @@ public class KeyguardIndicationController { "skip showing FACE_ERROR_TIMEOUT due to co-ex logic"); "skip showing FACE_ERROR_TIMEOUT due to co-ex logic"); } } } else if (deferredFaceMessage != null) { } else if (deferredFaceMessage != null) { mBouncerMessageInteractor.setFaceAcquisitionMessage(deferredFaceMessage.toString()); // Face-only: The face timeout message is not very actionable, let's ask the // Face-only: The face timeout message is not very actionable, let's ask the // user to manually retry. // user to manually retry. showBiometricMessage( showBiometricMessage( Loading