Skip to content
Snippets Groups Projects
Commit 539856c8 authored by vjrj's avatar vjrj
Browse files

Clean code

parent d2df5918
No related branches found
No related tags found
No related merge requests found
...@@ -29,10 +29,6 @@ class _PayQrButtonState extends State<PayQrButton> { ...@@ -29,10 +29,6 @@ class _PayQrButtonState extends State<PayQrButton> {
return; return;
} }
await onKeyScanned(context, scannedKey); await onKeyScanned(context, scannedKey);
if (!mounted) {
return;
}
//Navigator.pop(context);
} }
}, },
icon: const Row(children: <Widget>[ icon: const Row(children: <Widget>[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment