Player controls disappear too quickly to use with Switch Control
As the title suggests, when using the switch control accessibility feature on iOS, after initiating a tap to present the player controls, they go away too quickly to activate one, such as the pause or back button.
Recently, I submitted a PR that refactored the settings screen. I did this because I added a new setting which allows the player controls to stay on for longer, as an opt-in. In doing so, many things broke since there was code that relied on the position of settings in order to function correctly. !1391 (merged) (EDIT: to clarify, the PR only has the refactoring, it does not have any new settings)
Anyway, my hope is to get the entire app working smoothly with switch control so that disabled people can use VLC. The dismissal of player controls is the most noticeable issue found so far.