mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
reset address variable on input clear
This commit is contained in:
parent
d93f5a8063
commit
232913060b
1 changed files with 1 additions and 1 deletions
|
@ -968,7 +968,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
"buyViewClearAddressFieldButtonKey"),
|
||||
onTap: () {
|
||||
_receiveAddressController.text = "";
|
||||
// _receiveAddress = "";
|
||||
_address = "";
|
||||
setState(() {
|
||||
_addressToggleFlag = true;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue