From 41b59057f7546850dd26a667c9489c1bda527f86 Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 21 Oct 2024 15:33:39 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../impl/presentation/state/confirm/SendNotificationFactory.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/send/impl/src/main/java/com/tangem/features/send/impl/presentation/state/confirm/SendNotificationFactory.kt b/features/send/impl/src/main/java/com/tangem/features/send/impl/presentation/state/confirm/SendNotificationFactory.kt index 1bf9b9ed01..23f483ef38 100644 --- a/features/send/impl/src/main/java/com/tangem/features/send/impl/presentation/state/confirm/SendNotificationFactory.kt +++ b/features/send/impl/src/main/java/com/tangem/features/send/impl/presentation/state/confirm/SendNotificationFactory.kt @@ -93,7 +93,7 @@ internal class SendNotificationFactory constructor( val currencyCheck = getCurrencyCheckUseCase( userWalletId = userWalletId, currencyStatus = cryptoCurrencyStatus, - amount = amountValue, + amount = sendingAmount, fee = feeValue, ) buildList {