From e20384e8ea5e84ae80f57a05ca55764434805acc Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 4 Jun 2026 15:06:14 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../commonfeatures/impl/addfunds/model/AddFundsModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt b/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt index b3404a4490..556971fb7e 100644 --- a/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt +++ b/features/common-features/impl/src/main/java/com/tangem/features/commonfeatures/impl/addfunds/model/AddFundsModel.kt @@ -60,7 +60,7 @@ internal class AddFundsModel @Inject constructor( ).map { actionsState -> CryptoCurrencyData( userWallet = result.wallet, - status = result.currency, + status = actionsState.cryptoCurrencyStatus, actions = actionsState.states, isAccountMode = false, account = cryptoPortfolio,