Skip to content

Commit

Permalink
AND-7627 [Biometrics] Removed biometrics status clearing on app pause
Browse files Browse the repository at this point in the history
  • Loading branch information
iiiburnyiii authored and kozarezvlad committed Jul 18, 2024
1 parent 48d4111 commit 10931ad
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ internal class AndroidAuthenticationManager(
}
}

override fun onPause(owner: LifecycleOwner) {
Log.biometric { "Owner has been paused, biometrics was uninitialized" }

biometricsStatus.value = BiometricsStatus.NOT_INITIALIZED
}

override suspend fun authenticate(
params: AuthenticationManager.AuthenticationParams,
): AuthenticationManager.AuthenticationResult {
Expand Down

0 comments on commit 10931ad

Please # to comment.