Skip to content
Snippets Groups Projects
Commit 75f0ab69 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix tests

Oops.

Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
parent 72866677
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ public class NativeSuggestOptions { ...@@ -28,7 +28,7 @@ public class NativeSuggestOptions {
private final int[] mOptions; private final int[] mOptions;
public NativeSuggestOptions(final int additionalFeaturesSettingsSize) { public NativeSuggestOptions(final int additionalFeaturesSettingsSize) {
mOptions = new int[additionalFeaturesSettingsSize]; mOptions = new int[OPTIONS_SIZE + additionalFeaturesSettingsSize];
} }
public void setIsGesture(final boolean value) { public void setIsGesture(final boolean value) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment