Updated on 2026-08-14

This commit is contained in:
Tangem 2023-07-19 14:18:24 +03:00
parent e2ce1e4a97
commit 584d99e95e
15 changed files with 168 additions and 46 deletions

View file

@ -44,7 +44,7 @@ internal class TokenListToContentItemsConverter(
}
private fun MutableList<MultiCurrencyItem>.addGroup(group: NetworkGroup): List<MultiCurrencyItem> {
this.add(MultiCurrencyItem.NetworkGroupTitle(group.name))
this.add(MultiCurrencyItem.NetworkGroupTitle(group.network.name))
group.tokens.forEach { token ->
this.addToken(token)