Stanley icon indicating copy to clipboard operation
Stanley copied to clipboard

Data loss on double screen rotation

Open davirec opened this issue 4 years ago • 1 comments

Hi, this issue has a relation with #62.

We found failures similar in activities:

  • AppListActivity: search bar disappears, search bar disappears and menu changes, bar element disappears, list elements change.
Before and after double screen rotation
Before and after double screen rotation
Before and after double screen rotation
Before and after double screen rotation
  • CertificateAppListActivity: menu disappears.
Before and after double screen rotation

Note:

  • Double screen rotation: It is executed twice to reach a state that should be exactly the same as the screen before if no data loss occurred.
  • A data loss problem occurs when data is accidentally deleted or state variables are accidentally assigned with default or initial values.

davirec avatar Mar 20 '22 02:03 davirec

Hi @davirec, I'm not experiencing this on my own phone, but feel free to open a PR if you find the root cause of this.

xgouchet avatar Oct 03 '22 07:10 xgouchet