Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-10 11:49:50 +05:00
parent 9cc51216bc
commit 784051ddeb
9 changed files with 78 additions and 73 deletions

View file

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