Add fixme
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-01-15 23:32:43 +01:00
parent 96dbddb10c
commit b5363cb6ac
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ class _NamespacePageState extends State<NamespacePage>
}
Future<void> _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)