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
Describe the bug
After installing the app and opening it one can't interact with it and it flashes/strobes between the screen where you press "next" and some font option/welcome screen. (Also switching to another app is difficult from the app switcher. (See video))
To Reproduce
Steps to reproduce the behavior:
Install app (from F-Droid)
Open it
Have observe described behaviour
Expected behavior
For the app to work and not have some seizure-inducing strobeing effect...
Screenshots
Video from the effect (seizure warning!)video_2024-01-11_15-13-57.mp4
Avoid triggering the theme spinner's `onItemSelectedListener` during initialization; changes to the selection trigger an activity recreate, so the listener must not be fired when the selection is initialized (#760).
Thank you again for reporting this. It should be fixed in v0.15.10.
To test it, either navigate Settings -> General -> Welcome Screen, or reset/clear app storage.
I couldn't reproduce the bug on my devices for some reason, but the problem is apparent. The activity is recreated whenever the selected theme is changed; the flashing observed is the activity finishing/starting over and over (infinite loop).
The bug was introduced after refactoring the "theme buttons" to a spinner. For some reason the spinner's onValueChanged listener is being fired when initialized. Maybe some internal behavior is recently changed, or some accessibility related option is responsible 🤷, but I thought I was already taking necessary precautions. The fixed listener now tracks its initial position (to avoid firing unnecessarily).
Describe the bug
After installing the app and opening it one can't interact with it and it flashes/strobes between the screen where you press "next" and some font option/welcome screen. (Also switching to another app is difficult from the app switcher. (See video))
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the app to work and not have some seizure-inducing strobeing effect...
Screenshots
Video from the effect (seizure warning!)
video_2024-01-11_15-13-57.mp4
Version Info:
Additional context
Looks like it's re-opening the app again and again to me
The text was updated successfully, but these errors were encountered: