Fixed
Status Update
Comments
jn...@google.com <jn...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
jn...@google.com <jn...@google.com>
jn...@google.com <jn...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Accessibility guidelineshttps://material.io/design/usability/accessibility.html#layout-and-typography recommend that tap/touch areas be no smaller that 48x48dp. The CompactChip in 1.0.0-beta03 of Wear Compose is only 32.dp tall and so doesn't meet these guidelines.
Add 8.dp of padding above and below the CompactChip to bring it into line with Accessibility guidelines.