regression: fixed the first key press after being missed after a restart (again)
This commit is contained in:
parent
b5d58f5720
commit
a8ed844d2c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public abstract class TypingHandler extends KeyPadHandler {
|
|||
|
||||
// ignore multiple calls for the same field, caused by requestShowSelf() -> showWindow(),
|
||||
// or weirdly functioning apps, such as the Qin SMS app
|
||||
if (restart && languageChanged && mInputMode.getId() == getInputModeId()) {
|
||||
if (restart && !languageChanged && mInputMode.getId() == getInputModeId()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue