google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.43k stars 598 forks source link

[Navigation Material] Update Navigation Material after ModalBottomSheetLayout bug fixes #1465

Closed jossiwolf closed 1 year ago

jossiwolf commented 1 year ago

This PR refactors our Navigation Material code after upstream updates to ModalBottomSheetLayout that address one-frame consistency and anchor update + reconciliation logic.

We now retain the back stack entry until all animations are completed.

API Changes

API Status
public ctor BottomSheetNavigatorSheetState internal ctor
BottomSheetNavigatorSheetState#offset Deprecated
BottomSheetNavigatorSheetState#direction Deprecated
BottomSheetNavigatorSheetState#progress Deprecated

Other changes

Fixes: #772, #813, #910, #937, #1031, #1147, #1356

jossiwolf commented 1 year ago

@jbw0033 testSheetShownAfterNavControllerRestoresState also seems to fail now - looks like the sheet state doesn't get moved to Hidden. Do you have an idea?