Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-18 09:30:27 +03:00
parent 649974f019
commit c41b3b86a6

View file

@ -235,7 +235,8 @@ class MultiWalletMiddleware {
token, blockchainNetwork.blockchain, blockchainNetwork.derivationPath
)
}))
walletManager.addTokens(tokens)
if (tokens.isNotEmpty()) walletManager.addTokens(tokens)
currenciesRepository.saveUpdatedCurrency(
cardId = scanResponse.card.cardId,
blockchainNetwork = BlockchainNetwork.fromWalletManager(walletManager)