Merge "Fix tests"
This commit is contained in:
commit
b2d263aae6
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