Jetpack Compose + Fragment using AndroidViewBinding: how to direct Focus back to side menu from the Fragment?

514 Views Asked by At

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.

0

There are 0 best solutions below