mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Allow implicitly enabled subtypes in subtype switcher." into honeycomb
This commit is contained in:
commit
5382f8fd5e
@ -134,7 +134,7 @@ public class SubtypeSwitcher {
|
|||||||
private void updateEnabledSubtypes() {
|
private void updateEnabledSubtypes() {
|
||||||
boolean foundCurrentSubtypeBecameDisabled = true;
|
boolean foundCurrentSubtypeBecameDisabled = true;
|
||||||
mAllEnabledSubtypesOfCurrentInputMethod = mImm.getEnabledInputMethodSubtypeList(
|
mAllEnabledSubtypesOfCurrentInputMethod = mImm.getEnabledInputMethodSubtypeList(
|
||||||
null, false);
|
null, true);
|
||||||
mEnabledLanguagesOfCurrentInputMethod.clear();
|
mEnabledLanguagesOfCurrentInputMethod.clear();
|
||||||
mEnabledKeyboardSubtypesOfCurrentInputMethod.clear();
|
mEnabledKeyboardSubtypesOfCurrentInputMethod.clear();
|
||||||
for (InputMethodSubtype ims: mAllEnabledSubtypesOfCurrentInputMethod) {
|
for (InputMethodSubtype ims: mAllEnabledSubtypesOfCurrentInputMethod) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user