Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/BiometricUnlockController.java +4 −5 Original line number Diff line number Diff line Loading @@ -676,7 +676,10 @@ public class BiometricUnlockController extends KeyguardUpdateMonitorCallback imp } } if (biometricSourceType == BiometricSourceType.FACE) { // Suppress all face auth errors if fingerprint can be used to authenticate if (biometricSourceType == BiometricSourceType.FACE && !mUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( KeyguardUpdateMonitor.getCurrentUser())) { vibrateError(); } Loading @@ -703,10 +706,6 @@ public class BiometricUnlockController extends KeyguardUpdateMonitorCallback imp UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); } if (biometricSourceType == BiometricSourceType.FACE) { vibrateError(); } cleanup(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/BiometricUnlockController.java +4 −5 Original line number Diff line number Diff line Loading @@ -676,7 +676,10 @@ public class BiometricUnlockController extends KeyguardUpdateMonitorCallback imp } } if (biometricSourceType == BiometricSourceType.FACE) { // Suppress all face auth errors if fingerprint can be used to authenticate if (biometricSourceType == BiometricSourceType.FACE && !mUpdateMonitor.getCachedIsUnlockWithFingerprintPossible( KeyguardUpdateMonitor.getCurrentUser())) { vibrateError(); } Loading @@ -703,10 +706,6 @@ public class BiometricUnlockController extends KeyguardUpdateMonitorCallback imp UI_EVENT_LOGGER.log(BiometricUiEvent.BIOMETRIC_BOUNCER_SHOWN, getSessionId()); } if (biometricSourceType == BiometricSourceType.FACE) { vibrateError(); } cleanup(); } Loading