Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
cl...@google.com <cl...@google.com>
ma...@google.com <ma...@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?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
API feedback for ListItem:
ListItem
onClick
shouldn't be nullable. Make it {} by default, addenabled
param OR remove onClick and make people useModifier.clickable
, if you canSingleLineListItem
,TwoLinesListItem
,ThreeLinesListItem
. Named are verbose, but API will be much simpler and slots will be more understandable with less nullability.RowScope: content
slot