mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix incorrect matching of last character to unexpected names in contact dictionary."
This commit is contained in:
commit
ec99869272
@ -248,7 +248,7 @@ public class ExpandableDictionary extends Dictionary {
|
||||
if (currentChar == lowerC || currentChar == c) {
|
||||
word[depth] = c;
|
||||
|
||||
if (codeSize == depth + 1) {
|
||||
if (codeSize == inputIndex + 1) {
|
||||
if (terminal) {
|
||||
if (INCLUDE_TYPED_WORD_IF_VALID
|
||||
|| !same(word, depth + 1, codes.getTypedWord())) {
|
||||
|
Loading…
Reference in New Issue
Block a user