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
{{ message }}
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
Until this is implemented, there will always exist a high possibility of bugs like this:
User makes significant edits to a post
A phone call comes in, app goes to background, edits are saved but not synced to the server
User does not open the app for several days
In that period, someone else (or this same user) makes some edits to the same post through the web interface -- at this point the user may notice their several days old edits have not appeared yet!
Now the user opens the app and a sync occurs -- this will end up overwriting the remote copy with edits in step 4 with the old edits!
Until this is implemented, there will always exist a high possibility of bugs like this:
Concerns to take care of:
ACTION_BOOT_COMPLETED
The text was updated successfully, but these errors were encountered: