JamalMulla / ComposePrefs

ComposePrefs is a fully featured library of preference composables for Jetpack Compose.
MIT License
66 stars 10 forks source link

Large list of single or multiselects don't scroll #5

Closed sschueller closed 2 years ago

sschueller commented 2 years ago

Thank you for this module. It makes settings in composable a breeze :)

I noticed that if I have a large set of items they do not scroll making it impossible to get to all of them. I have included a screenshot. Screenshot_20220122-142323797 - Copy Screenshot_20220122-142329852 - Copy

JamalMulla commented 2 years ago

Hi @sschueller, I'm glad this library has been useful to you. Thanks for bringing this issue to my attention. It should now be fixed in 1.0.2. If you notice any more issues, please do bring them up. Thanks.

sschueller commented 2 years ago

Thank you for the quick fix. works great.