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()
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
# https://github.com/tangem/tangem-sdk-android/
|
||||
# https://github.com/tangem/vico
|
||||
|
||||
tangemBlockchainSdk = "releases-5.36-1456"
|
||||
tangemBlockchainSdk = "releases-5.36-1457"
|
||||
#tangemBlockchainSdk = "0.0.1" # Keep it! - used for local builds
|
||||
tangemCardSdk = "releases-5.36-599"
|
||||
#tangemCardSdk = "0.0.1" # Keep it! - used for local builds ^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue