pencelab / CollapsingToolbarInCompose

A Coordinator Layout-like component in Jetpack Compose.
83 stars 12 forks source link

Android 12+ issues #1

Open vladanSD opened 1 year ago

vladanSD commented 1 year ago

Hello there,

One info, in order to use this implementation with lazy column and ExitUntilCollapsedState, you should disable overscroll effect on that list since on Android 12+ animation is interrupted with items stretching.. or rework it somehow :)

charbgr commented 1 year ago

@vladanSD do you have any video record of this? I just tested on Pixel 4 API 33 on an emulator and I do not see any issues