Hello, I was wondering if people encounter the sa...
# compose
f
Hello, I was wondering if people encounter the same issue while using https://github.com/google/accompanist/tree/main/navigation-material with ModalBottomSheet with Compose? If i swipe down the modal the lifecycle of the NavBackStackEntry goes to the
ON_DESTROY
state however if I’m doing the classic back the lifecycle stop at
ON_STOP
and never reach the
ON_DESTROY
if it’s a bug I’ll create an issue in the repo