ComposePrefs3 icon indicating copy to clipboard operation
ComposePrefs3 copied to clipboard

enabled is not working properly

Open ienground opened this issue 9 months ago • 0 comments

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!

ienground avatar May 15 '24 08:05 ienground