Re-implemented getting tasks with the new seperate endpoint #39

Open
konrad wants to merge 34 commits from feature/task-list into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb6139cef7 - Show all commits

View File

@ -114,7 +114,7 @@ class _ListPageState extends State<ListPage> {
.get(widget.taskList.id)
.then((list) {
setState(() {
_loading = false;
_loading = true;
_list = list;
});
_loadTasksForPage(_currentPage);