You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve List and Multiselect preference Dialog UI (thanks to @rk779).
Update Preference models to receive a composable slot instead of an ImageVector (thanks to @rk779).
This makes it possible to pass any composable to use as an icon for the preference. You can now load images from the network (using coil) for example. For simple usecases a new PreferenceIcon model can be used, which takes an ImageVector like before and applies some standard spacing to it.