Bug P3
Status Update
Comments
jo...@gmail.com <jo...@gmail.com> #3
Thanks for the report!
lo...@gmail.com <lo...@gmail.com> #4
The release notes documentation has been edited to clarify this change in behavior for line height.
To support non-standard text sizes, we encourage users to follow the Material design system and use a different style = LocalTextStyle.current.copy(lineHeight = TextUnit.Unspecified)
, or create a custom Typography
entirely.
Description
Version used: 18.0.0
Docs for WearableListenerService don't specify how to receive node events.
Also missing at
Without com.google.android.gms.wearable.NODE_CHANGED, in the manifest, it doesn't seem to work.
NodeClient seems to be deprecated in favour of CapabilityClient, but that doesn't work until the app is installed on the other device.