You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it happen in OpenBoard, or is it exclusive to this modified version?
It's exclusive to this modified version. Doesn't happen with the F-Droid release and with none of my other installed keyboards: stock, Florisboard, Florisboard Beta, Thumb-Key
Describe the bug
I'm connected to my smartphone from my Windows 10 PC via scrcpy. When I type any umlaut (ä, ö, ü) on the PC keyboard, the app crashes. The typed characters look like this (it crashed 3 times when typing those):
To Reproduce
Connect phone via scrcpy, doesn't matter whether it's over USB or tcpip. Also no additional options like --prefer-text or anything (cf. Umlauts don't work Genymobile/scrcpy#431)
Type umlaut. ("ß" -- to mention that uniquely German letter -- works fine)
Process: org.dslul.openboard.inputmethod.latin, PID: 9713
kotlin.UninitializedPropertyAccessException: lateinit property lastEvent has not been initialized
at org.dslul.openboard.inputmethod.event.DeadKeyCombiner$Companion.createEventChainFromSequence(DeadKeyCombiner.kt:265)
at org.dslul.openboard.inputmethod.event.DeadKeyCombiner$Companion.access$createEventChainFromSequence(DeadKeyCombiner.kt:255)
at org.dslul.openboard.inputmethod.event.DeadKeyCombiner.processEvent(DeadKeyCombiner.kt:243)
at org.dslul.openboard.inputmethod.event.CombinerChain.processEvent(CombinerChain.kt:90)
at org.dslul.openboard.inputmethod.latin.WordComposer.processEvent(WordComposer.java:160)
at org.dslul.openboard.inputmethod.latin.inputlogic.InputLogic.onCodeInput(InputLogic.java:448)
at org.dslul.openboard.inputmethod.latin.LatinIME.onKeyDown(LatinIME.java:1915)
at android.view.KeyEvent.dispatch(KeyEvent.java:2864)
at android.inputmethodservice.AbstractInputMethodService$AbstractInputMethodSessionImpl.dispatchKeyEvent(AbstractInputMethodService.java:164)
at android.inputmethodservice.IInputMethodSessionWrapper$ImeInputEventReceiver.onInputEvent(IInputMethodSessionWrapper.java:244)
at android.view.InputEventReceiver.dispatchInputEvent(InputEventReceiver.java:259)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:335)
at android.os.Looper.loopOnce(Looper.java:161)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7870)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
App version
v17.1, v18
**Device
Model: OnePlus 5t
OS: Lineage 19.1
OS (PC): Windows 10
The text was updated successfully, but these errors were encountered:
Does it happen in OpenBoard, or is it exclusive to this modified version?
It's exclusive to this modified version. Doesn't happen with the F-Droid release and with none of my other installed keyboards: stock, Florisboard, Florisboard Beta, Thumb-Key
Describe the bug
I'm connected to my smartphone from my Windows 10 PC via
scrcpy
. When I type any umlaut (ä, ö, ü) on the PC keyboard, the app crashes. The typed characters look like this (it crashed 3 times when typing those):To Reproduce
App version
v17.1, v18
**Device
The text was updated successfully, but these errors were encountered: