mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 9c239184: am 49afe45d: Fix build
* commit '9c239184530be37fa806cf37a4f19ae0bc824aec': Fix build
This commit is contained in:
commit
fe36e7fd9b
@ -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…
x
Reference in New Issue
Block a user