Updated on 2026-08-14
This commit is contained in:
parent
2883c49098
commit
51c05e6d6d
1 changed files with 3 additions and 3 deletions
|
|
@ -242,11 +242,11 @@ internal class AddToPortfolioModel @Inject constructor(
|
|||
}
|
||||
}.collect()
|
||||
}
|
||||
return timeFlow.map {
|
||||
return timeFlow.map { actionsState ->
|
||||
PortfolioData.CryptoCurrencyData(
|
||||
userWallet = selectedPortfolio.userWallet,
|
||||
status = addedToken,
|
||||
actions = it.states,
|
||||
status = actionsState.cryptoCurrencyStatus,
|
||||
actions = actionsState.states,
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue