Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
se...@google.com <se...@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?
km...@google.com <km...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Jetpack Compose version: 2024.01.00
Jetpack Compose component used: material3.SwipeToDismissBox
When a user scrolls quickly in a vertical list, the horizontal swipe gesture could be triggered by mistake frequently, which consumes the velocity in x-axis from the flinging of a verticle scrolling.
This unexpected behavior is a really annoying experience.
One possible solution is to pass the
enabled
to theModifier.anchoredDraggable
:Then pass the
LazyListState
down to theSwipeToDismissBox
: