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 ac2d9722e9 - Show all commits

View File

@ -88,7 +88,7 @@ class _ListPageState extends State<ListPage> {
));
}
Future<void> _loadList() {
Future<void> _loadList() async {
_loadTasksForPage(1);
}