-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Deleted/Moved tasks re-appeared on sync
RemoteTasks were not handled correctly when their local task had been unmapped to them. In this case, all RemoteTasks ended up colliding due to the use of HashMaps and hardcoded invalid id of "-99". RemoteTaskLists are not given a pseudo-id on delete, and hence do not suffer from this issue. Fixes #272 Signed-off-by: Jonas Kalderstam <jonas@kalderstam.se>
- Loading branch information
1 parent
dee65e9
commit cd780d1
Showing
3 changed files
with
504 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.