google / accompanist

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

[Navigation Material] bottomSheet backstack not work #1712

Closed javacl closed 10 months ago

javacl commented 10 months ago

When upgrading androidx.navigation:navigation-compose:2.6.0 to androidx.navigation:navigation-compose:2.7.2 bottomSheet backstack does not work.

Dikyashi commented 10 months ago

Hi, i have got the same issue.

ianhanniballake commented 10 months ago

This was fixed in [d1b2afd3a9bd7923b13bbbc1b04d3ccc4ee7bdaf], which is part of Accompanist 0.32.0 and higher. What version of Accompanist are you using?

javacl commented 10 months ago

This was fixed in [d1b2afd], which is part of Accompanist 0.32.0 and higher. What version of Accompanist are you using?

Thanks, fixed.