Updated on 2026-08-14
This commit is contained in:
parent
9cc51216bc
commit
784051ddeb
9 changed files with 78 additions and 73 deletions
|
|
@ -119,7 +119,9 @@ internal class DefaultNFTRepository @Inject constructor(
|
|||
userWalletId: UserWalletId,
|
||||
networks: List<Network>,
|
||||
): Flow<List<NFTCollections>> = combine(
|
||||
networks.map { observeCollectionsInternal(userWalletId, it) },
|
||||
networks
|
||||
.sortedBy { it.name }
|
||||
.map { observeCollectionsInternal(userWalletId, it) },
|
||||
) { it.asList() }
|
||||
|
||||
private suspend fun observeCollectionsInternal(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue