Updated on 2026-08-14
This commit is contained in:
parent
1ffdbd8b72
commit
9e1ea00209
2 changed files with 2 additions and 5 deletions
|
|
@ -60,10 +60,7 @@ internal class NetworkSelectionModel @Inject constructor(
|
|||
|
||||
private val searchQuery = MutableStateFlow("")
|
||||
private val expandedWallets = MutableStateFlow(
|
||||
params.walletGroups.firstOrNull()
|
||||
?.userWalletId
|
||||
?.let(::setOf)
|
||||
.orEmpty(),
|
||||
params.walletGroups.map { it.userWalletId }.toSet(),
|
||||
)
|
||||
|
||||
val uiState: StateFlow<NetworkSelectionUM> = createUiStateFlow()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue