Updated on 2026-08-14
This commit is contained in:
parent
d46f2119fa
commit
aeb0dbefe2
1 changed files with 3 additions and 3 deletions
|
|
@ -37,13 +37,13 @@ internal class TangemPayWalletSelectorModel @Inject constructor(
|
|||
onWalletClick = { params.listener.onWalletSelected(it) },
|
||||
)
|
||||
|
||||
val uiState: StateFlow<WalletSelectorBSContentUM>
|
||||
field = MutableStateFlow(getInitialState())
|
||||
|
||||
init {
|
||||
fetchUserWalletsUM()
|
||||
}
|
||||
|
||||
val uiState: StateFlow<WalletSelectorBSContentUM>
|
||||
field = MutableStateFlow(getInitialState())
|
||||
|
||||
private fun getInitialState(): WalletSelectorBSContentUM {
|
||||
return WalletSelectorBSContentUM(
|
||||
userWallets = persistentListOf(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue