android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

Added predictive back support to the drawer #1454

Open IanGClifton opened 2 weeks ago

IanGClifton commented 2 weeks ago

In M3 1.3, the drawerState can be passed to the ModalDrawerSheet to get predictive back animations without the need for a PredictiveBackHandler to be manually defined.

IanGClifton commented 2 weeks ago

I've created this as a draft to validate it. Once there is a BOM that uses M3 1.3.0 stable, we can update all samples to that and I can push a new commit to this PR to remove the custom M3 version being set for this sample.