Allow implicitly enabled subtypes in subtype switcher.

Change-Id: I30cd9df85fd1927ee9c3bfbe0574167d4953a765
This commit is contained in:
satok 2011-01-17 14:46:25 +09:00
parent 67e08bb0fb
commit f250c56a38

View File

@ -134,7 +134,7 @@ public class SubtypeSwitcher {
private void updateEnabledSubtypes() {
boolean foundCurrentSubtypeBecameDisabled = true;
mAllEnabledSubtypesOfCurrentInputMethod = mImm.getEnabledInputMethodSubtypeList(
null, false);
null, true);
mEnabledLanguagesOfCurrentInputMethod.clear();
mEnabledKeyboardSubtypesOfCurrentInputMethod.clear();
for (InputMethodSubtype ims: mAllEnabledSubtypesOfCurrentInputMethod) {