From 422b7be24b48d5e90eba5238b3f937628756a0f5 Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 9 Apr 2026 14:25:14 +0400 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/features/swap/v2/impl/amount/model/SwapAmountModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/features/swap-v2/impl/src/main/java/com/tangem/features/swap/v2/impl/amount/model/SwapAmountModel.kt b/features/swap-v2/impl/src/main/java/com/tangem/features/swap/v2/impl/amount/model/SwapAmountModel.kt index 752787e5bb..23ec462f60 100644 --- a/features/swap-v2/impl/src/main/java/com/tangem/features/swap/v2/impl/amount/model/SwapAmountModel.kt +++ b/features/swap-v2/impl/src/main/java/com/tangem/features/swap/v2/impl/amount/model/SwapAmountModel.kt @@ -200,6 +200,7 @@ internal class SwapAmountModel @Inject constructor( if (content.swapRateMode != SwapRateMode.FLOAT_ONLY) { ExpressRateType.Fixed } else { + onSelectTokenClick() return } }