Fixed
Status Update
Comments
ap...@google.com <ap...@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?
st...@google.com <st...@google.com>
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Fix IllegalArgumentException when adding Modifier.horizontalScroll on the parent of a ScalingLazyColumn.
Code sample:https://github.com/yingding/hScrollSLC
Corresponding thread in Slack:https://kotlinlang.slack.com/archives/C02GBABJUAF/p1672841280732539
Compose for Wear OS version: 1.1.0 Compose version: 1.3.2 Devices/Android versions reproduced on: any
Note: nesting ScalingLazyColumn in the horizontally scrolling page is not a recommended UX pattern.