Updated on 2026-08-14

This commit is contained in:
Tangem 2023-10-04 22:37:13 +03:00
parent 68503f3a51
commit 55fcdc6e83
5 changed files with 29 additions and 17 deletions

View file

@ -298,7 +298,7 @@ internal class WalletViewModel @Inject constructor(
update = { it.copy(scanResponse = scannedCardResponse) },
)
.onRight {
fetchTokenListUseCase(userWalletId = it.walletId, refresh = true)
fetchTokenListUseCase(userWalletId = it.walletId)
}
}
}