mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 060917ed
: [AC9] Resize an array
* commit '060917ed9abff0e777e6b99e43cc4b826d1ac0c8': [AC9] Resize an array
This commit is contained in:
commit
ae08b27cd6
@ -54,7 +54,7 @@ public final class BinaryDictionary extends Dictionary {
|
||||
private final int[] mSpaceIndices = new int[MAX_RESULTS];
|
||||
private final int[] mOutputScores = new int[MAX_RESULTS];
|
||||
private final int[] mOutputTypes = new int[MAX_RESULTS];
|
||||
private final int[] mOutputAutoCommitFirstWordConfidence = new int[1]; // Only one result
|
||||
private final int[] mOutputAutoCommitFirstWordConfidence = new int[MAX_RESULTS];
|
||||
|
||||
private final NativeSuggestOptions mNativeSuggestOptions = new NativeSuggestOptions();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user