Fixed
Status Update
Comments
jn...@google.com <jn...@google.com>
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?
Description
Compose previews do not call LaunchedEffects. As a result ScalingLazyColumn is not visible in Compose Previews as it initially starts with list items transparent in order for the user not to see them scrolling into place when the LaunchedEffect is called to scroll to the correct initial item placement.