Slackbot
04/19/2025, 10:15 AMTolriq
04/19/2025, 10:17 AMfocusRequester.requestFocus()
the iconButton seems to become focused but it's not actually focus it's like in a pre focused state without showing the focused state. I need to press enter in the keyboard or dpad to actually focus the button. Then the icon background correctly change and the next enter/dpad will trigger the onClick.Tolriq
04/19/2025, 10:17 AMTolriq
04/19/2025, 10:19 AM.focusable()
on an already focusable item. Now just need to figure out how to detect if a composable is already focusable.