mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-02 10:12:46 +01:00
3ae62c7fcc
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.