0xpr03 / VocableTrainer-Android

Vocabulary Trainer for Android - not lang specific
Apache License 2.0
29 stars 10 forks source link

Custom format validation fails on rotation #75

Open davirec opened 2 years ago

davirec commented 2 years ago

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:

0xpr03 commented 2 years ago

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