I'm using Accompanist Navigation Material for bottom sheet navigation inside a Fragment.
I want to close the bottom sheet when the user navigates away from the Fragment to another Fragment (using bottom navigation bar, which is not yet in Compose). Is it at all possible with this combination of Compose and Fragment Navigation?