diff --git a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapModel.kt b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapModel.kt index 59a6fee746..92f4f91db5 100644 --- a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapModel.kt +++ b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapModel.kt @@ -1798,7 +1798,7 @@ internal class SwapModel @Inject constructor( isFiatValue = isFiat, fromSwapCurrencyStatus = fromSwapCurrencyStatus, minTxAmount = minTxAmount, - isPastedAmount = false, + isPastedAmount = true, ) } }