Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-24 09:52:43 +03:00
parent 1ffdbd8b72
commit 9e1ea00209
2 changed files with 2 additions and 5 deletions

View file

@ -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()