fixed hold-to-type-number not working in Korean after a restart
This commit is contained in:
parent
b16af4b1e9
commit
12ca3ca1bc
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ abstract public class Predictions {
|
||||||
protected Runnable onWordsChanged = () -> {};
|
protected Runnable onWordsChanged = () -> {};
|
||||||
|
|
||||||
// data
|
// data
|
||||||
protected boolean areThereDbWords = false;
|
protected boolean areThereDbWords = true;
|
||||||
protected boolean containsGeneratedWords = false;
|
protected boolean containsGeneratedWords = false;
|
||||||
@NonNull protected ArrayList<String> words = new ArrayList<>();
|
@NonNull protected ArrayList<String> words = new ArrayList<>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue