Updated on 2026-08-14
This commit is contained in:
parent
e10334a935
commit
a811501f80
5 changed files with 83 additions and 31 deletions
|
|
@ -941,7 +941,7 @@ internal class TokenDetailsModel @Inject constructor(
|
|||
)
|
||||
modelScope.launch {
|
||||
retryIncompleteTransactionUseCase(
|
||||
userWalletId = userWalletId,
|
||||
userWallet = userWallet,
|
||||
currency = cryptoCurrency,
|
||||
).fold(
|
||||
ifLeft = { e ->
|
||||
|
|
@ -982,7 +982,7 @@ internal class TokenDetailsModel @Inject constructor(
|
|||
)
|
||||
modelScope.launch(dispatchers.mainImmediate) {
|
||||
openTrustlineUseCase(
|
||||
userWalletId = userWalletId,
|
||||
userWallet = userWallet,
|
||||
currency = cryptoCurrency,
|
||||
).fold(
|
||||
ifLeft = { e ->
|
||||
|
|
@ -1054,7 +1054,7 @@ internal class TokenDetailsModel @Inject constructor(
|
|||
)
|
||||
modelScope.launch(dispatchers.io) {
|
||||
associateAssetUseCase(
|
||||
userWalletId = userWalletId,
|
||||
userWallet = userWallet,
|
||||
currency = cryptoCurrency,
|
||||
).fold(
|
||||
ifLeft = { e ->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue