Updated on 2026-08-14
This commit is contained in:
parent
a90cb2dadb
commit
b47d65db1b
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue