I got some issue with `AmbientModeSupport` on Wear...
# compose-wear
y
I got some issue with
AmbientModeSupport
on Wear OS 4, the doc tells to use AmbientLifecycleObserver. Is there any example I can follow to do the migration? What is the current recommended way of doing Ambient for Activities with compose wear?
y
Horologist has a similar
AmbientAware
Composable you can use.
y
Thanks Yuri, I will play with all the new constructs.