anyone know how to make Button become focusable ? ...
# compose
s
anyone know how to make Button become focusable ? I write a simple app on Android TV, I am not able to use controller navigate to button and do a click.
k
You have to set it to
clickable()
using
Modifier
.