Merge "Fix extraValue of DUMMY_NO_LANGUAGE_SUBTYPE"
commit
0e8dbe0284
|
@ -64,7 +64,7 @@ public final class SubtypeSwitcher {
|
||||||
+ SubtypeLocaleUtils.QWERTY
|
+ SubtypeLocaleUtils.QWERTY
|
||||||
+ "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
|
+ "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
|
||||||
+ "," + Constants.Subtype.ExtraValue.ENABLED_WHEN_DEFAULT_IS_NOT_ASCII_CAPABLE
|
+ "," + Constants.Subtype.ExtraValue.ENABLED_WHEN_DEFAULT_IS_NOT_ASCII_CAPABLE
|
||||||
+ Constants.Subtype.ExtraValue.EMOJI_CAPABLE,
|
+ "," + Constants.Subtype.ExtraValue.EMOJI_CAPABLE,
|
||||||
false /* isAuxiliary */, false /* overridesImplicitlyEnabledSubtype */);
|
false /* isAuxiliary */, false /* overridesImplicitlyEnabledSubtype */);
|
||||||
// Caveat: We probably should remove this when we add an Emoji subtype in {@link R.xml.method}.
|
// Caveat: We probably should remove this when we add an Emoji subtype in {@link R.xml.method}.
|
||||||
// Dummy Emoji subtype. See {@link R.xml.method}.
|
// Dummy Emoji subtype. See {@link R.xml.method}.
|
||||||
|
|
Loading…
Reference in New Issue