am bd25ad58: am 5382f8fd: Merge "Allow implicitly enabled subtypes in subtype switcher." into honeycomb

* commit 'bd25ad58be0af8b60e48ed95640906cad8bb5aca':
  Allow implicitly enabled subtypes in subtype switcher.
main
satok 2011-01-16 23:09:08 -08:00 committed by Android Git Automerger
commit 41b433a118
1 changed files with 1 additions and 1 deletions

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) {