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

BottomSheet Not Popped Back When Dismissed Via Touching Scrim Area #1678

Closed Aminsaveh closed 1 year ago

Aminsaveh commented 1 year ago

We've Implemented 2 bottomSheet routes in our application and by upgrading accompanist we are faced with strange behavior. When we touch scrim area, popping back is expected but for just one bottomSheet it doesn't happen. the strange point is that it just happens for one bottomSheet component not both of them. and also calling popBackStack for both components works correctly. I also have searched all issues and found the same issues but I haven't found any solution for solving that.

Expected behavior

Dismissing bottomSheet via scrim area should popped backstack

Environment:

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.