Update exchange_page.dart

This commit is contained in:
GiMa-Maya 2024-11-01 16:13:00 +01:00 committed by GitHub
parent da97dac105
commit 686fa2ba0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -493,7 +493,6 @@ class ExchangePage extends BasePage {
? Debounce(Duration(milliseconds: 1000))
: Debounce(Duration(milliseconds: 500));
_depositAmountDebounce.run(() {
exchangeViewModel.changeDepositAmount(amount: depositAmountController.text);
exchangeViewModel.isReceiveAmountEntered = false;