Fixed
Status Update
Comments
an...@google.com <an...@google.com>
le...@google.com <le...@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?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Jetpack Compose version: 1.6.7, 1.7.0-alpha08
Jetpack Compose component(s) used: HorizontalPager, VerticalPager
Android Studio Build: AI-233.14808.21.2331.11709847
Kotlin version: 1.9.23
When trying to scroll past the last page in a Pager (both Horizontal and Vertical), Pager performs the overscroll and then snaps to a place somewhere between the last and second last page. The place is not the same every time and seems to depend on fling speed.
PageSize.Fixed
, cannot reproduce with the defaultPageSize.Fill
Expected behavior: after overscroll, pager snaps to the last page
Code used to reproduce the issue: