mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 19:26:37 +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",
|
||||
onPressed: () {
|
||||
Navigator.of(context).pop(true);
|
||||
|
||||
setState(() {
|
||||
sendToController.text = "";
|
||||
cryptoAmountController.text = "";
|
||||
baseAmountController.text = "";
|
||||
});
|
||||
},
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue