Location overview screen and model changes #3
@@ -168,7 +168,7 @@ class _TaskEditPageState extends State<TaskEditPage> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
).then((result) {
|
).then((result) {
|
||||||
if (result != null && result && context.mounted) {
|
if (result != null && result && mounted) {
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user