Fix tests
Oops. Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
This commit is contained in:
parent
7286667754
commit
75f0ab69bb
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class NativeSuggestOptions {
|
|||
private final int[] mOptions;
|
||||
|
||||
public NativeSuggestOptions(final int additionalFeaturesSettingsSize) {
|
||||
mOptions = new int[additionalFeaturesSettingsSize];
|
||||
mOptions = new int[OPTIONS_SIZE + additionalFeaturesSettingsSize];
|
||||
}
|
||||
|
||||
public void setIsGesture(final boolean value) {
|
||||
|
|
Loading…
Reference in a new issue