I have an use case where I have compose Navigation with multiple screens in Fragment A, and I am showing Fragment B(a bottom sheet Fragment) when I click on a button in second screen in compose.
Since there is a NavHostController in compose the back press when fragment B is showing goes straight to compose view instead of Fragment B