Hello, this is a question regarding NavigationDraw...
# compose-android
a
Hello, this is a question regarding NavigationDrawer, the TV api. Unlike the mobile counterpart, it does not have a drawerState.close() method. And when I try and drawerState.setValue(Closed) it does not have any effect on the drawer. For context, I am trying to harness the Back button to close the drawer, using
BackHandler(drawerState.currentValue == DrawerValue._Open_)
I am trying to move code that was working for this from
androidx.compose.material3
to
androidx.tv.material3
, so wondering if there are some fundamental changes I need to add/modify for this to work.