mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-07-03 04:39:27 +03:00
A bug caused by not passing the index argument to `ControllerActivity` led to all preferences opening the activity that pertained to Controller #1. This was fixed by passing the `index` argument in the activity launch intent.