mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
fix clear address button
This commit is contained in:
parent
46e1d41126
commit
8ddc825ea5
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ class _BuyFormState extends ConsumerState<BuyForm> {
|
|||
_receiveAddressController.text = "";
|
||||
// _receiveAddress = "";
|
||||
setState(() {
|
||||
_addressToggleFlag = false;
|
||||
_addressToggleFlag = true;
|
||||
});
|
||||
},
|
||||
child: const XIcon(),
|
||||
|
|
Loading…
Reference in a new issue