Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-21 14:38:48 +05:00
parent a90cb2dadb
commit b47d65db1b

View file

@ -142,8 +142,8 @@ internal class SendAmountModel @Inject constructor(
) { newCryptoCurrencyStatus, account, isAccountsMode ->
maxAmountBoundary = MaxEnterAmountConverter().convert(newCryptoCurrencyStatus)
cryptoCurrencyStatus = newCryptoCurrencyStatus
initMinBoundary(cryptoCurrencyStatus, account, isAccountsMode)
}.flowOn(dispatchers.default)
initMinBoundary(newCryptoCurrencyStatus, account, isAccountsMode)
}.flowOn(dispatchers.main)
.launchIn(modelScope)
}