Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-16 18:20:05 +04:00
parent be01717534
commit 69f13c06fd

View file

@ -83,9 +83,9 @@ class TapWalletManager(
}
private fun setupWalletConnectV2(userWallet: UserWallet) {
val cardId = if (userWallet.cardsInWallet.size == 1) {
val cardId = if (userWallet.scanResponse.card.backupStatus?.isActive != true) {
userWallet.cardId
} else {
} else { // if wallet has backup, any card from wallet can be used to sign
null
}
scope.launch {