I am trying to create an app with Jetpack Compose on Android TV. The app implements a Side Drawer Menu, a Navhost and corresponding routes. One of the routes consists of a Fragment, which I have implemented following:
Fragments in Compose per official documentation
The problem is once I navigate and focus on the Fragment, it is not possible to direct the focus back to the Drawer. How could I achieve this? Thanks.