Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ra...@google.com <ra...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
We currently send FocusEvents whenever focus state is updated. Consider not sending focus events for intermediate focus state changes.
Eg. When we request focus on a node, we call request focus on each of the parents until the root is focused. Then each parent gets focus before focus is transferred to the child. We should not send focus events for these intermediate state changes.