mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix tests
Oops. Change-Id: Ib7c8c8284b55a6a6db5b5806ff40188fd06b57fb
This commit is contained in:
parent
7286667754
commit
75f0ab69bb
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user