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

Commit 49afe45d authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Fix build

Follow up of I7822adf407

Change-Id: Iac75c0f2ff2482bce1305c54cb25b708037db6c6
parent c60a846e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ import android.view.inputmethod.InputMethodSubtype;
import java.util.ArrayList;

public class AdditionalSubtype {
    private static final InputMethodSubtype EMPTY_SUBTYPE_ARRAY = new InputMethodSubtype[0];
    private static final InputMethodSubtype[] EMPTY_SUBTYPE_ARRAY = new InputMethodSubtype[0];

    private AdditionalSubtype() {
        // This utility class is not publicly instantiable.