mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Support batch input
Change-Id: Ibe63212fe71cdebb5b897bc5018ae75b2a87555a
This commit is contained in:
parent
21e5759e8e
commit
eb1443883f
@ -124,7 +124,7 @@ public class BinaryDictionary extends Dictionary {
|
||||
}
|
||||
|
||||
final int count;
|
||||
if (composer.size() <= 1) {
|
||||
if (!composer.isBatchMode() && composer.size() <= 1) {
|
||||
if (TextUtils.isEmpty(prevWord)) return null;
|
||||
count = getBigramsInternal(composer, prevWordCodePointArray);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user