mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
ensure fiat amount validation updates on use fiat amount selected
This commit is contained in:
parent
bed518d061
commit
13721df803
1 changed files with 1 additions and 0 deletions
|
@ -958,6 +958,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
setState(() {
|
||||
buyWithFiat = !buyWithFiat;
|
||||
});
|
||||
validateAmount();
|
||||
},
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue