billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Saving error after returning from switching apps. #234

Open ronynn opened 3 months ago

ronynn commented 3 months ago

App has always been able to autosave text, however more recently after returning from any other app, editor says that the file has been changed and if I'd like to overwrite. Although the text file wasn't being edited by any other app.

At this point sometimes the app has reverted to the text content the file already had before I started writing on it, saving at this point means overwriting the previously saved work if any, and then noticing that the more recently written text is no longer there.

The android devices I have noticed this are all 2GB RAM devices, perhaps that is affecting the newer versions of this app somehow. For testing this, I have reverted to an older version of the app now and have not noticed this problem yet.

I did not keep track the version from which this has been noticeable. However I believe I have noticed this from around the time the file icon in the navbar changed.

Thank you.