mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-03-12 09:27:01 +00:00
don't clear desktop send fields on send all confirm
This commit is contained in:
parent
f6c939bf6e
commit
f79fe222a2
1 changed files with 0 additions and 6 deletions
|
@ -191,12 +191,6 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
|
||||||
label: "Yes",
|
label: "Yes",
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.of(context).pop(true);
|
Navigator.of(context).pop(true);
|
||||||
|
|
||||||
setState(() {
|
|
||||||
sendToController.text = "";
|
|
||||||
cryptoAmountController.text = "";
|
|
||||||
baseAmountController.text = "";
|
|
||||||
});
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue