You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I perform these sequences of events, the checkbox does not disable after on-screen rotation:
Go to the Main activity
Tap in Settings (gear button icon)
Tap in Recognition languages & services
Tick some checkboxes
A screen similar to this will appear:
Before rotation:
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.
The expected behavior is the application to allow uncheck some checkboxes; however, it is impossible.
After rotation:
Device:
Device: Moto G30 with OS: Android 11
Version: 1.8.14
Device language: English
The text was updated successfully, but these errors were encountered:
Thanks for the clear bug report! I was not aware of this issue, and it seems to occur even after a simpler sequence of events (on Android 12):
Tick a checkbox
Change orientation (e.g. from portrait to landscape)
Try to uncheck the same checkbox. This fails. Also, trying to scroll the list reveals that there are actually 2 (or more?) lists laid on top of each other.
I hope this is not a blocker for you as a work-around exists (just press BACK to kill the activity and then start it again, without rotating the device). I'm planning to slowly simplify/modernize the UI code using androidx.{lifecycle,compose,...}, so bugs like this would hopefully go away.
When I perform these sequences of events, the checkbox does not disable after on-screen rotation:
Before rotation:
![](https://user-images.githubusercontent.com/3637419/157130882-bff18d8f-6de0-46b1-a3a6-d0ef2ccc013b.png)
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.
The expected behavior is the application to allow uncheck some checkboxes; however, it is impossible.
After rotation:
![](https://user-images.githubusercontent.com/3637419/157130898-dc684143-f54f-4075-a367-d7f2f54c9513.png)
Device:
The text was updated successfully, but these errors were encountered: