Updated on 2026-08-14
This commit is contained in:
parent
d376a7118d
commit
c7e4ff0598
27 changed files with 245 additions and 57 deletions
|
|
@ -73,7 +73,7 @@ class AmountFieldChangeTransformer(
|
|||
fiatValue = fiatValue,
|
||||
isError = isCheckFailed,
|
||||
error = when {
|
||||
isExceedBalance -> resourceReference(R.string.send_validation_amount_exceeds_balance)
|
||||
isExceedBalance -> resourceReference(R.string.common_insufficient_balance)
|
||||
isLessThanMinimumIfProvided -> {
|
||||
val minimumAmount = minimumTransactionAmount.amount.format {
|
||||
crypto(cryptoCurrencyStatus.currency)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue