Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-30 17:19:39 +05:00
parent a107ddd36e
commit a00ea0a438
14 changed files with 696 additions and 843 deletions

View file

@ -1,6 +1,7 @@
package com.tangem.features.send.impl.presentation.state.confirm
import com.tangem.blockchain.common.Blockchain
import com.tangem.blockchain.common.transaction.Fee
import com.tangem.blockchain.common.transaction.TransactionFee
import com.tangem.blockchainsdk.utils.minimalAmount
import com.tangem.common.ui.amountScreen.models.AmountState
@ -246,7 +247,7 @@ internal class SendNotificationFactory(
)
addValidateTransactionNotifications(
dustValue = currencyCheck.dustValue.orZero(),
fee = feeState.fee,
minAdaValue = (feeState.fee as? Fee.CardanoToken)?.minAdaValue,
validationError = validationError,
cryptoCurrency = currency,
onReduceClick = clickIntents::onAmountReduceToClick,