Updated on 2026-08-14
This commit is contained in:
parent
4c0e92ffc6
commit
ee3d9ff43b
2 changed files with 15 additions and 9 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue