1
0
Fork 0

fixed hold-to-type-number not working in Korean after a restart

This commit is contained in:
sspanak 2025-03-13 19:07:13 +02:00 committed by Dimo Karaivanov
parent b16af4b1e9
commit 12ca3ca1bc

View file

@ -25,7 +25,7 @@ abstract public class Predictions {
protected Runnable onWordsChanged = () -> {};
// data
protected boolean areThereDbWords = false;
protected boolean areThereDbWords = true;
protected boolean containsGeneratedWords = false;
@NonNull protected ArrayList<String> words = new ArrayList<>();