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"),
|
"buyViewClearAddressFieldButtonKey"),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
_receiveAddressController.text = "";
|
_receiveAddressController.text = "";
|
||||||
// _receiveAddress = "";
|
_address = "";
|
||||||
setState(() {
|
setState(() {
|
||||||
_addressToggleFlag = true;
|
_addressToggleFlag = true;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue