Open davirec opened 2 years ago
What do you mean by data loss? No actual data loss, just the active form data is wiped when you are still actively using it?
A data loss problem occurs when data is accidentally deleted or state variables are accidentally assigned with default or initial values. This issue is related to the activity's lifecycle (1). When a screen rotation occurs, the activity is destroyed and resumed. Data loss will happen if the developer does not save the variables before the destruction and restore them after creation. It can be done through lifecycle callback implementation.
Yeah, I'm aware of the process you're describing. It's just not "data loss" which usually means persisted data was lost. This is a case of a minor (yet annoying!) UI inconvenience.
When I perform these sequences of events, the text disappears:
The expected behavior is the return to the previous state with the text of the last image.
However, the text disappears.
Device: