Hello All,
I am facing a problem, I had an app which is hybird XML and Compose,
all bottom navigation screens are XML expect one its Compose and it have all its screen as Composables
the problem is when I am using BackHandler on one of thoses Composables it seems like the app is only listen for the XML back dispatcher not my Composables
any ideas how to solve this ?