mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix build
Follow up of I7822adf407 Change-Id: Iac75c0f2ff2482bce1305c54cb25b708037db6c6
This commit is contained in:
parent
c60a846e21
commit
49afe45d8e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user