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

Commit b2d263aa authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Fix tests"

parents e0c2e5b2 75f0ab69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {