Updated on 2026-08-14

This commit is contained in:
Tangem 2024-03-19 18:35:59 +03:00
parent 3f6ca7f9e8
commit cb9612ec4e
3 changed files with 15 additions and 9 deletions

View file

@ -277,6 +277,7 @@ internal class BiometricUserWalletsListManager(
prevState.copy(
userWallets = newUserWallets,
encryptionKeys = encryptionKeys,
isLocked = newUserWallets.any(UserWallet::isLocked),
)
} else {