You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that may be the same as or related to mine.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: