Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae08b27c authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 060917ed: [AC9] Resize an array

* commit '060917ed':
  [AC9] Resize an array
parents 3cf85c10 060917ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();