Dismiss dialog
This commit is contained in:
parent
1b2e677abe
commit
e91032c281
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ class _CodeWidgetState extends State<CodeWidget> {
|
||||||
),
|
),
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
CodeStore.instance.removeCode(widget.code);
|
CodeStore.instance.removeCode(widget.code);
|
||||||
|
Navigator.of(context, rootNavigator: true).pop('dialog');
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
|
|
Loading…
Reference in a new issue