Updated on 2026-08-14
This commit is contained in:
commit
d06108aede
1 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ import com.tangem.devkit._arch.structure.impl.TextItem
|
|||
import com.tangem.devkit.ucase.variants.responses.CardDataId
|
||||
import com.tangem.devkit.ucase.variants.responses.CardId
|
||||
import com.tangem.devkit.ucase.variants.responses.item.TextHeaderItem
|
||||
import ru.dev.gbixahue.eu4d.lib.kotlin.stringOf
|
||||
|
||||
/**
|
||||
[REDACTED_AUTHOR]
|
||||
|
|
@ -75,7 +76,7 @@ class CardConverter : BaseResponseConverter<Card>() {
|
|||
group.addItem(TextItem(CardDataId.manufacturerSignature, fieldConverter.byteArrayToHex(data.manufacturerSignature)))
|
||||
group.addItem(TextItem(CardDataId.tokenSymbol, data.tokenSymbol))
|
||||
group.addItem(TextItem(CardDataId.tokenContractAddress, data.tokenContractAddress))
|
||||
group.addItem(TextItem(CardDataId.tokenDecimal, data.tokenSymbol))
|
||||
group.addItem(TextItem(CardDataId.tokenDecimal, stringOf(data.tokenDecimal)))
|
||||
|
||||
val productMask = data.productMask ?: return
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue