Updated on 2026-08-14

This commit is contained in:
Tangem 2025-12-16 16:13:18 +04:00
parent 35e0cccc90
commit 495545fb58

View file

@ -391,7 +391,7 @@ internal class SwapModel @Inject constructor(
} else {
initialFromStatus to selectedCurrency
}
val (fromAccount, toAccount) = if (accountsFeatureToggles.isFeatureEnabled) {
val (fromAccount, toAccount) = if (accountsFeatureToggles.isFeatureEnabled && tangemPayInput == null) {
if (isOrderReversed) {
selectedAccount to fromAccountCurrencyStatus.account
} else {