don't clear desktop send fields on send all confirm

This commit is contained in:
julian 2023-03-14 09:46:50 -06:00
parent f6c939bf6e
commit f79fe222a2

View file

@ -191,12 +191,6 @@ class _DesktopSendState extends ConsumerState<DesktopSend> {
label: "Yes",
onPressed: () {
Navigator.of(context).pop(true);
setState(() {
sendToController.text = "";
cryptoAmountController.text = "";
baseAmountController.text = "";
});
},
),
),