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 think there are two ways we can address this issue, depending on whether online or offline. Online will be easier, as we have to write into the savedinstance, but this is something that needs to be done for #830 so that we can also remember where in the list of messages we scrolled to.
The second will be maintaining a state of the sync on the app so it knows when it reconnects which messages it needs to send and check for newer.
Current behavior:
Type a message to another user, exit app, come back, message is not there.
If the application goes to the background and is killed by the OS, unsent messages are lost.
Using onSavedInstanceState to recover from process death would be a great nicety to have.
The text was updated successfully, but these errors were encountered: