Updated on 2026-08-14
This commit is contained in:
parent
f89ab30e5a
commit
64fda96648
9 changed files with 56 additions and 23 deletions
|
|
@ -254,7 +254,7 @@ internal class WelcomeModel @Inject constructor(
|
|||
}
|
||||
|
||||
private suspend fun canUnlockWithBiometrics(): Boolean {
|
||||
return canUseBiometryUseCase() && walletsRepository.useBiometricAuthentication()
|
||||
return canUseBiometryUseCase.strict() && walletsRepository.useBiometricAuthentication()
|
||||
}
|
||||
|
||||
suspend fun nonBiometricUnlockWallet(userWalletId: UserWalletId) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue