add data loss functionality to issue fragment base #1175
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello developers of octodroid
I am using your app octodroid. I think the app is great but I have one minor patch that could improve the user experience.
Here is a picture to help illustrate what activity that are changed in my patch:
https://ibb.co/6vgx1S3
When the user is typing a message to send. If the screen focus goes to another app or activity or if the user accidentally closes or press back the app, the user will lose any data they had put into this page
This feature will automatically store the data when the user leaves the activity without submitting and restore said data when they restart the activity(this can be seen here where I pressed back and went back into the activity https://ibb.co/gPL8BNB). Therefore, the user does not have to fill in the data again thus improving the user experience.
I have tested out the feature to ensure it works.
If you have any questions or if you would like me to change anything, please do not hesitate to let me know!
Thank you for your time,
Tim