Updated on 2026-08-14

This commit is contained in:
Tangem 2024-04-22 18:24:54 +03:00
parent 4c0e92ffc6
commit ee3d9ff43b
2 changed files with 15 additions and 9 deletions

View file

@ -46,11 +46,11 @@ internal class SendAmountStateConverter(
segmentedButtonConfig = persistentListOf(
SendAmountSegmentedButtonsConfig(
title = stringReference(status.currency.symbol),
iconState = if (noFeeRate) {
iconStateConverter.convertWithGrayscale(status)
} else {
iconStateConverter.convert(status)
},
iconState = iconStateConverter.convertCustom(
value = status,
forceGrayscale = noFeeRate,
showCustomTokenBadge = false,
),
isFiat = false,
),
SendAmountSegmentedButtonsConfig(