Updated on 2026-08-14
This commit is contained in:
parent
c689b1e133
commit
a058fba396
5 changed files with 28 additions and 11 deletions
|
|
@ -211,8 +211,10 @@ internal class SendNotificationFactory(
|
|||
)
|
||||
}
|
||||
addTransactionLimitErrorNotification(
|
||||
utxoLimit = currencyCheck.utxoAmountLimit,
|
||||
cryptoCurrency = currency,
|
||||
currencyCheck = currencyCheck,
|
||||
sendingAmount = sendingAmount,
|
||||
cryptoCurrencyStatus = cryptoCurrencyStatus,
|
||||
feeCurrencyStatus = feeCryptoCurrencyStatusProvider(),
|
||||
feeValue = feeValue,
|
||||
onReduceClick = clickIntents::onAmountReduceToClick,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -64,7 +64,6 @@ internal class FeeStateFactory(
|
|||
} else {
|
||||
FeeSelectorState.Loading
|
||||
},
|
||||
notifications = persistentListOf(),
|
||||
isPrimaryButtonEnabled = false,
|
||||
),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue