Updated on 2026-08-14

This commit is contained in:
Tangem 2023-09-20 14:24:43 +03:00
parent a33272b37e
commit acec0b6bed
5 changed files with 46 additions and 25 deletions

View file

@ -113,6 +113,7 @@ private fun handleOtherCardsAction(action: Action) {
}
scope.launch {
// TODO: Use new repo [REDACTED_JIRA]
userTokensRepository.saveUserTokens(
card = result.data.card,
tokens = blockchainNetworks.toCurrencies(),

View file

@ -135,6 +135,7 @@ private fun handleWalletAction(action: Action) {
}
scope.launch {
// TODO: Use new repo [REDACTED_JIRA]
userTokensRepository.saveUserTokens(
card = result.data.card,
tokens = blockchainNetworks.toCurrencies(),