orgzly / orgzly-android

Outliner for taking notes and managing to-do lists
https://www.orgzly.com
GNU General Public License v3.0
2.7k stars 304 forks source link

Sync conflict while notifications are showing #1033

Open wilderjds opened 1 year ago

wilderjds commented 1 year ago

When there is a notification open, there is the option to "mark as done" in the notification; however, if the file has been modified externally after the notification appeared, hitting "mark as done" will result in a sync issue (both remote and local files have been modified).
Notice that I force sync-ing of files by calling the intent SYNC_START when the remote file has been touched; the request appears to go through, but (I guess) it is somehow not triggered until too late.