Fixed
Status Update
Comments
lp...@google.com <lp...@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?
pr...@google.com <pr...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Currently, `Modifier.verticalScroll` (as well as its horizontal counterpart) always passes to `scrollable` the default `OverscrollEffect` defined in `ScrollableDefaults` - allowing for this to be overridden via an optional argument would greatly cut down on the code duplication that currently ensues from re-implementing the vertical scroll just to apply a different `OverscrollEffect`.