Join Slack
Powered by
I have a list of legacy Views with each containing...
# compose
y
Yoshio Schermer
02/02/2023, 12:54 PM
I have a list of legacy Views with each containing a TextField Composable. I want to move the focus from one TextField to another, but
FocusManager.moveFocus(Direction.Down)
and other variants of that don’t work. Anyone else know what I could do to fix this without a ViewModel?
4
Views
Open in Slack
Previous
Next