fixed typing emojis not possible right after typing a space in Japanese
This commit is contained in:
parent
fcf9e575dc
commit
b62055dd93
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ public class ModeKanji extends ModePinyin {
|
||||||
}
|
}
|
||||||
|
|
||||||
String nextSequence = digitSequence + (char)(nextKey + '0');
|
String nextSequence = digitSequence + (char)(nextKey + '0');
|
||||||
if (nextSequence.endsWith(seq.CHARS_1_SEQUENCE) && !predictions.noDbWords()) {
|
if (seq.isAnySpecialCharSequence(nextSequence)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue