Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-18 12:48:55 +03:00
parent f089d31106
commit eda6a624d0
26 changed files with 161 additions and 277 deletions

View file

@ -45,7 +45,7 @@ internal class CryptoCurrencyToDraggableItemConverter(
): DraggableItem.Token {
return DraggableItem.Token(
tokenItemState = createTokenItemState(currencyStatus, appCurrency),
groupId = getGroupHeaderId(currencyStatus.currency.networkId),
groupId = getGroupHeaderId(currencyStatus.currency.network.id),
)
}