diff --git a/lib/pages/namespace/namespace.dart b/lib/pages/namespace/namespace.dart index 612c074..dc0b1f8 100644 --- a/lib/pages/namespace/namespace.dart +++ b/lib/pages/namespace/namespace.dart @@ -89,6 +89,7 @@ class _NamespacePageState extends State } Future _loadLists() { + // FIXME: This is called even when the tasks on a list are loaded - which is not needed at all return VikunjaGlobal.of(context) .listService .getByNamespace(widget.namespace.id)