File-Manager
File-Manager copied to clipboard
Fixed Text File Editor losing unsaved changes when rotating screen
trafficstars
What is it?
- [X] Bugfix
- [ ] Feature
- [ ] Codebase improvement
Description of the changes in your PR
- Changes in
ReadTextActivity:- Added
onSaveInstanceState()to save edited text and restore it when Activity is reloaded - Added parameter
savedInstanceStatetocheckIntent()to access the unsaved text
- Added
Before/After Screenshots/Screen Record
- N/A
Fixes the following issue(s)
- Fixes #106
Acknowledgement
- [X] I read the contribution guidelines.