VocableTrainer-Android icon indicating copy to clipboard operation
VocableTrainer-Android copied to clipboard

Custom format validation fails on rotation

Open davirec opened this issue 3 years ago • 1 comments

When I perform these sequences of events, the dialog appears after on-screen rotation and element changes state:

  1. Go to the Main activity
  2. Tap in Export
  3. Tap the custom format tab
  4. At the bottom, disable quote
  5. After, enable quote (no message appears)
  6. Force the pause from the activity and then return to the activity (double rotation). Note: the pause from activity can be performed in several ways. We suggest using a double rotation (starts in portrait, goes to landscape, and back to portrait) with this function previously enabled in the smartphone.
  7. Disable quote
  8. Force the pause from the activity and then return to the activity (double rotation).
  9. After, enable quote (a message appears)

After rotation:

  1. Tap in OK

  2. Force the pause from the activity and then return to the activity (double rotation). Quote has been disabled.

Device:

  • Device: Moto G30 with OS: Android 11
  • Version: 0.8.0
  • Device language: English

davirec avatar Mar 08 '22 02:03 davirec

Thanks for the detailed bug report. I have to admit I did not expect the dialogue to appear after step 9.

0xpr03 avatar Mar 08 '22 12:03 0xpr03