mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-05 17:06:24 +01:00
8f0db18624
If the controller type was changed from a type with a larger amount of buttons/axes to one with a fewer amount, a crash would occur due to the transition animation retaining those elements as children yet returning `NO_POSITION` from `getChildAdapterPosition` in `DividerItemDecoration` which was an unhandled case and led to an OOB array access.