WORKS!!!!!!!!

We did it boys, we uploaded a transaction
This commit is contained in:
Felix 2019-07-16 11:28:36 +01:00
parent 7dd00349a8
commit e3ca987aa8
No known key found for this signature in database
GPG key ID: 130EF6DC43E4DD07
12 changed files with 87 additions and 274 deletions

View file

@ -23,8 +23,8 @@ void showDialogTwoButtons(
new FlatButton(
child: new Text(buttonLabel2),
onPressed: () {
action(context);
Navigator.of(context).pop();
action(context);
},
),
],