Loading packages/SystemUI/src/com/android/systemui/securelockdevice/ui/viewmodel/SecureLockDeviceBiometricAuthContentViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -295,10 +295,10 @@ constructor( suspend fun showAuthenticated(modality: BiometricModality) = coroutineScope { _isAuthenticating.value = false val needsUserConfirmation = needsExplicitConfirmation(modality) secureLockDeviceInteractor.suppressBouncerMessages() _isAuthenticated.value = PromptAuthState(true, modality, needsUserConfirmation) if (!needsUserConfirmation) { secureLockDeviceInteractor.suppressBouncerMessages() bouncerHapticPlayer.playAuthenticationFeedback(/* authenticationSucceeded= */ true) } Loading Loading
packages/SystemUI/src/com/android/systemui/securelockdevice/ui/viewmodel/SecureLockDeviceBiometricAuthContentViewModel.kt +1 −1 Original line number Diff line number Diff line Loading @@ -295,10 +295,10 @@ constructor( suspend fun showAuthenticated(modality: BiometricModality) = coroutineScope { _isAuthenticating.value = false val needsUserConfirmation = needsExplicitConfirmation(modality) secureLockDeviceInteractor.suppressBouncerMessages() _isAuthenticated.value = PromptAuthState(true, modality, needsUserConfirmation) if (!needsUserConfirmation) { secureLockDeviceInteractor.suppressBouncerMessages() bouncerHapticPlayer.playAuthenticationFeedback(/* authenticationSucceeded= */ true) } Loading