Updated on 2026-08-14
This commit is contained in:
parent
bfc17662fa
commit
2f200e3194
11 changed files with 182 additions and 36 deletions
|
|
@ -69,7 +69,7 @@ class TokenItemStateConverter(
|
|||
text = getFormattedFiatAmount(),
|
||||
hasStaked = !getStakedBalance().isZero(),
|
||||
),
|
||||
cryptoAmountState = TokenItemState.CryptoAmountState.Content(text = getFormattedAmount()),
|
||||
subtitle2State = TokenItemState.Subtitle2State.TextContent(text = getFormattedAmount()),
|
||||
onItemClick = { onItemClick(this) },
|
||||
onItemLongClick = onItemLongClick?.let {
|
||||
{ it(this) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue