alorma/Compose-Settings

SettingsListMultiSelect `onItemsSelected` does not return indexes like other types.

Closed this issue · 0 comments

The SettingsListMultiSelect takes in a Set<Int>, but returns a List<String> instead of a Set<Int> for onItemsSelected.