Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-22 12:51:25 +03:00
parent a864a979a1
commit 132fc284c7
3 changed files with 40 additions and 49 deletions

View file

@ -402,6 +402,13 @@ internal class WalletModel @Inject constructor(
coroutineScope = modelScope,
)
if (action.selectedWallet.scanResponse.cardTypesResolver.isSingleWallet()) {
modelScope.launch {
fetchCurrencyStatusUseCase(userWalletId = action.selectedWallet.walletId)
.onLeft { Timber.e(it.toString()) }
}
}
stateHolder.update(
AddWalletTransformer(
userWallet = action.selectedWallet,