Fixed
Status Update
Comments
jo...@element.io <jo...@element.io> #2
Any update on this?
The request is DiffUtil implementation along with "items" and "indexedItems" functions to support DiffUtil and animations when adding/removing items. the same as the ListAdapter with DiffUtil.
The request is DiffUtil implementation along with "items" and "indexedItems" functions to support DiffUtil and animations when adding/removing items. the same as the ListAdapter with DiffUtil.
se...@google.com <se...@google.com>
an...@gmail.com <an...@gmail.com> #3
We are working on it, but nothing to share yet. Thanks
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #4
Are we allowed to post potential workarounds on issue trackers?
I created this small POC repo, definitely not a solution and probably not ideal in the long run but works for my use case and thought I'd share:
na...@google.com <na...@google.com> #5
I think there is not much point in coming up with workaround as this is expected to be one of the main features/supports for the DiffUtil (list diffing for adapters). Entire RecyclerView implementations depend on this.
vo...@gmail.com <vo...@gmail.com> #6
Comment has been deleted.
ve...@navi.com <ve...@navi.com> #7
Comment has been deleted.
Description
Jetpack Compose version: Compose BOM 2023.10.0
Jetpack Compose component used: BottomSheetScaffold (Material 3)
Android Studio Build: Build #AI-232.10072.27.2321.10977308
Kotlin version: 1.9.10
Steps to Reproduce or Code Sample to Reproduce:
androidx.compose.material3.BottomSheetScaffold
component.peekHeight
< the height of this scrollable component, so it actually can scroll.sheetSwipeEnabled = false
to prevent the dragging behavior.sheetSwipeEnabled
should prevent this.Example code:
This was also an issue in the M2 https://issuetracker.google.com/issues/215403277#comment16
BottomSheetScaffold
, and someone reported on an issue for that component that this one was also affected: