Updated on 2026-08-14
This commit is contained in:
parent
f2c6c7be52
commit
45b0da57f4
1 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ internal abstract class BasicTokenListSubscriber(
|
|||
},
|
||||
ifError = { e ->
|
||||
Timber.e("Failed to load token list: $e")
|
||||
SetTokenListErrorTransformer(userWallet.walletId, e)
|
||||
stateHolder.update(
|
||||
SetTokenListErrorTransformer(userWalletId = userWallet.walletId, error = e),
|
||||
)
|
||||
return@combine
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue