Updated on 2026-08-14

This commit is contained in:
Tangem 2025-08-11 21:34:39 +03:00
parent e4294789b2
commit b93507349d
2 changed files with 11 additions and 2 deletions

View file

@ -82,7 +82,7 @@ private fun AddressBlock(address: DestinationTextFieldUM.RecipientAddress) {
style = TangemTheme.typography.body2,
color = TangemTheme.colors.text.primary1,
)
val blockchainAddress = address.blockchainAddress
val blockchainAddress = address.briefBlockchainAddress
if (!blockchainAddress.isNullOrBlank()) {
Text(
text = blockchainAddress,
@ -136,7 +136,7 @@ private fun AddressWithMemoBlock(
style = TangemTheme.typography.body2,
color = TangemTheme.colors.text.primary1,
)
val blockchainAddress = address.blockchainAddress
val blockchainAddress = address.briefBlockchainAddress
if (!blockchainAddress.isNullOrBlank()) {
Text(
text = blockchainAddress,