Updated on 2026-08-14
This commit is contained in:
commit
d994b7840a
150 changed files with 971 additions and 4621 deletions
|
|
@ -257,7 +257,7 @@ internal class WelcomeModel @Inject constructor(
|
|||
return canUseBiometryUseCase() && walletsRepository.useBiometricAuthentication()
|
||||
}
|
||||
|
||||
suspend fun nonBiometricUnlockWallet(userWalletId: UserWalletId) {
|
||||
private suspend fun nonBiometricUnlockWallet(userWalletId: UserWalletId) {
|
||||
nonBiometricUnlockWalletUseCase(userWalletId)
|
||||
.onRight {
|
||||
routedOut = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue