Fixed
Status Update
Comments
se...@google.com <se...@google.com> #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.
er...@gmail.com <er...@gmail.com> #3
We are working on it, but nothing to share yet. Thanks
se...@google.com <se...@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:
se...@google.com <se...@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.
na...@google.com <na...@google.com> #6
Any update on LazyList Animations
Description
Jetpack Compose component used: material3 ModalBottomSheet
The callback for the ModalBottomSheet SheetState.confirmValueChange is never called before changing state, and looking at the source it seems like it's never invoked.
This prevents disabling Scrim touch-to-dismiss