Updated on 2026-08-14
This commit is contained in:
parent
a33272b37e
commit
acec0b6bed
5 changed files with 46 additions and 25 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue