Bug P3
Status Update
Comments
kr...@gmail.com <kr...@gmail.com> #3
Thanks for the report!
kr...@gmail.com <kr...@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.
kr...@gmail.com <kr...@gmail.com> #5
deleted
Description
While onAvailable() of the NetworkCallback instance is hit (indicating an active Wi-Fi connection), if Bluetooth is enabled, then the Wi-Fi is not detected, which goes against what the documentation states:
"Once onAvailable() is called, the device will attempt to remain connected to the Wi-Fi network until the NetworkCallback is released."
I never release the NetworkCallback in the project yet Wi-Fi is not detected.
To recreate the issue, install this project on a WearOS watch:
Expected result: Message should say "Wi-Fi available"
First test:
1. Enable Bluetooth
2. Enable Wi-Fi
3. Run the project
Result: The message says "No Wi-Fi" (incorrect)
Second test:
1. Disable Bluetooth
2. Enable Wi-Fi
3. Run the project
Result: The message says "Wi-Fi available" (correct)
Phone bug report:
Watch bug report:
Device: Ticwatch Pro 3
WearOS: 2.38
System version:H MR2
Home app: 2.59