mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-03-03 21:55:21 +03:00
We collapse the app bar when the focus is on the app list which only occurs while using a controller, this is required as the app bar will never be collapsed otherwise. It also removes the older code to work around the limitation on `View.FOCUS_DOWN` by collapsing only when the end of the list was reached.