Merge "Allow implicitly enabled subtypes in subtype switcher." into honeycomb

main
satok 2011-01-16 22:18:54 -08:00 committed by Android (Google) Code Review
commit 5382f8fd5e
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) {