From f984e3a4dcf0c17c9a9de848603a8e4bc0eb9c1a Mon Sep 17 00:00:00 2001 From: Tangem Date: Tue, 24 Mar 2026 13:24:39 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/feature/swap/model/SwapNotificationsFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt index d57d2943f2..5bf13c6e4d 100644 --- a/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt +++ b/features/swap/impl/src/main/java/com/tangem/feature/swap/model/SwapNotificationsFactory.kt @@ -205,7 +205,7 @@ internal class SwapNotificationsFactory( sendingAmount = amountToRequest.value, cryptoCurrency = fromCurrencyStatus.currency, feeCryptoCurrency = feeCryptoCurrencyStatus?.currency, - isAccountFunded = false, + isAccountFunded = true, // consider the account is funded on the provider side ) addReduceAmountNotification( cryptoCurrencyStatus = fromCurrencyStatus,