Location overview screen and model changes #3

Merged
marco merged 9 commits from development into main 2026-06-19 14:03:45 +02:00
Showing only changes of commit 20a7c88d2f - Show all commits
+1 -1
View File
@@ -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();
} }
}); });