Updated on 2026-08-14
This commit is contained in:
parent
0905bb1ad9
commit
908ad77fea
1 changed files with 3 additions and 1 deletions
|
|
@ -267,7 +267,9 @@ class TapWalletManager {
|
|||
}
|
||||
|
||||
suspend fun reloadData(data: ScanResponse) {
|
||||
loadUserCurrencies(data, walletManagerFactory)
|
||||
if (data.card.isMultiwalletAllowed) {
|
||||
loadUserCurrencies(data, walletManagerFactory)
|
||||
}
|
||||
withContext(Dispatchers.Main) {
|
||||
getActionIfUnknownBlockchainOrEmptyWallet(data)?.let {
|
||||
store.dispatch(it)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue