From f257b5758d5be063d679e42ca6ea33d11a291641 Mon Sep 17 00:00:00 2001 From: Tangem Date: Wed, 6 Dec 2023 15:29:40 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../state/factory/TokenDetailsSwapTransactionsStateConverter.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsSwapTransactionsStateConverter.kt b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsSwapTransactionsStateConverter.kt index 0c6b75dfed..b67c23da81 100644 --- a/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsSwapTransactionsStateConverter.kt +++ b/features/tokendetails/impl/src/main/kotlin/com/tangem/feature/tokendetails/presentation/tokendetails/state/factory/TokenDetailsSwapTransactionsStateConverter.kt @@ -194,6 +194,7 @@ internal class TokenDetailsSwapTransactionsStateConverter( status = ExchangeStatus.New, text = when { isNew -> TextReference.Res(R.string.express_exchange_status_receiving_active) + isNewDone -> TextReference.Res(R.string.express_exchange_status_received) else -> TextReference.Res(R.string.express_exchange_status_receiving) }, isActive = isNew,