am 5382f8fd: Merge "Allow implicitly enabled subtypes in subtype switcher." into honeycomb
* commit '5382f8fd5effd1e5bd42dccb5253f3cafc636d74': Allow implicitly enabled subtypes in subtype switcher.main
commit
bd25ad58be
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue