How can we know if a FocusRequester is initialized?
I think this property must be exposed
rsktash
08/27/2021, 1:16 PM
I have a dynamic content with N textFields and before composing them I am initializing FocusRequesters and adding keyboard action event handler where I’m calling request focus of next textField’s FocusRequester
rsktash
08/27/2021, 1:24 PM
On start editing last textfield next textfield is added automatically
a
Adam Powell
08/27/2021, 2:02 PM
There's no need to be able to check this since it's always invalid to execute side effects like requesting focus while composition is in progress. If you're seeing this in response to a keyboard event, can you file a bug with a stack trace/repro?