This repository was archived by the owner on Dec 27, 2024. It is now read-only.
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
MotionLayout Compose support nested scroll #745
Open
Description
I think the Jetpack Compose MotionLayout OnSwipe feature has to support a nested scroll screen because when I use the MotionLayout screen in the scaffold, my drawer would not open. In my view, We use the MotionLayout in many situations like that so you have to add this feature in the MotionLayout.
You can see my problem here:
#743