Is there an existing issue for this?
Related app
TV - Android
What happened?
There is a bug that causes the TV app to crash when a lazy row is not in the first position and an attempt is made to focus on an item using the D-Pad or arrow keys on the keyboard
Relevant logcat output
java.lang.IllegalStateException:
FocusRequester is not initialized. Here are some possible fixes:
1. Remember the FocusRequester: val focusRequester = remember { FocusRequester() }
2. Did you forget to add a Modifier.focusRequester() ?
3. Are you attempting to request focus during composition? Focus requests should be made in
response to some event. Eg Modifier.clickable { focusRequester.requestFocus() }
Code of Conduct
Is there an existing issue for this?
Related app
TV - Android
What happened?
There is a bug that causes the TV app to crash when a lazy row is not in the first position and an attempt is made to focus on an item using the D-Pad or arrow keys on the keyboard
Relevant logcat output
java.lang.IllegalStateException: FocusRequester is not initialized. Here are some possible fixes: 1. Remember the FocusRequester: val focusRequester = remember { FocusRequester() } 2. Did you forget to add a Modifier.focusRequester() ? 3. Are you attempting to request focus during composition? Focus requests should be made in response to some event. Eg Modifier.clickable { focusRequester.requestFocus() }Code of Conduct