billthefarmer / editor

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

Don't forget content URI on save #187

Closed michaelweghorn closed 1 year ago

michaelweghorn commented 1 year ago

When saving a file to the content URI, keep remembering the content URI, so e.g. saving to the same file will work again.

Fixes: #186

billthefarmer commented 1 year ago

Thank you