kinsi55 / BeatSaber_BetterSongList

Adds Various improvements to the Basegame song list like Filters, a persisted state and much more
MIT License
43 stars 11 forks source link

Same song is not reselected after async filter / sort init #22

Open kinsi55 opened 2 years ago

kinsi55 commented 2 years ago

When first entering solo, the last selected song is reselected - But when a filter or sort is applied that is async, its initialized in the background, and then the list refreshes. With how the HMUI list works, it says on the same index in the list which is then probably a different song.

Need some logic to try and reselect the same level after refreshing the list following async init