Skip to content
Snippets Groups Projects
Commit f250c56a authored by satok's avatar satok
Browse files

Allow implicitly enabled subtypes in subtype switcher.

Change-Id: I30cd9df85fd1927ee9c3bfbe0574167d4953a765
parent 67e08bb0
No related branches found
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ public class SubtypeSwitcher { ...@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment