Fixed
Status Update
Comments
tc...@google.com <tc...@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?
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Change the API used to compare keycodes.
Compose Desktop uses multiple fields from AWT's KeyEvent to determine if the Left or Right Modifier key was pressed. Our current API relies on Keycode alone, which is not sufficient for Desktop