Skip to content

Commit

Permalink
Merge branch 'main' into Integrate-Seed-Verification-Flow-To-Integrat…
Browse files Browse the repository at this point in the history
…ion-Tests
  • Loading branch information
OmarHatem28 authored Jan 17, 2025
2 parents 85f8ebb + 1f37f6b commit ee067cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/screens/exchange/exchange_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ class ExchangePage extends BasePage {
key: ValueKey('exchange_page_exchange_button_key'),
text: S.of(context).exchange,
onPressed: () {
FocusScope.of(context).unfocus();

if (_formKey.currentState != null &&
_formKey.currentState!.validate()) {
if ((exchangeViewModel.depositCurrency == CryptoCurrency.xmr) &&
Expand Down

0 comments on commit ee067cc

Please sign in to comment.