ComposePrefs3
ComposePrefs3 copied to clipboard
enabled is not working properly
Hello! I'm very grateful for your library. However there are some errors in Prefs (especially TextPref, and I didn't check for others). If pref is enabled == false, clickable in enable is working. If pref is enabled == true, clickable in enable is not working!
It's okay for it to work when enabled == false (you just need to add the enable condition to clickable), but it's a problem if it doesn't work when enabled == true.
Please check it and I hope it works properly!