Probably good to add explicit back button here (gu...
# confetti
j
Probably good to add explicit back button here (guess a lot of us are used to using gesture navigation these days!)
👍 4
x
dynamic colour could probably be a checkbox/toggle, like this https://twitter.com/IsuruKusumal/status/1592924382388944896
j
yeah, true....what's there right now was something I just sort of blindly copied over from NowInAndroid as a starting point
m
Ideally, we should do it more like the Android Settings screen (example: https://github.com/alorma/Compose-Settings). IMO, we don't need a library for that (not against using if you find useful).
y
+1 to compose-settings, I suspect it's not designed around or KMP settings library we currently use. Which returns Flow<String> for any setting. But I think we discussed using proto for that also.