Closed opatry closed 1 month ago
Invalid, was a mistake.
After all, I managed to reproduce.
This is because the TaskRepository.sync
function gets an empty list of task list, then removes all task lists with remote id not in the list, given that there is nothing in the list, everything is removed.
This should be an early exit case.
Describe the bug Starting the app without Internet displays empty states.
To Reproduce Steps to reproduce the behavior:
Expected behavior When no connection is available, the local data (if any) should be displayed. This should also be the case while the remote content is fetch.