am 498dbfbd: Disable multiple language input

* commit '498dbfbd9dcd9a03b91b6efe4d0e5b3afb1df078':
  Disable multiple language input
main
Jean Chalard 2014-12-11 06:18:27 +00:00 committed by Android Git Automerger
commit 7907757943
1 changed files with 1 additions and 3 deletions

View File

@ -502,9 +502,7 @@ public class RichInputMethodManager {
} }
private void updateCurrentSubtype(@Nonnull final InputMethodSubtype subtype) { private void updateCurrentSubtype(@Nonnull final InputMethodSubtype subtype) {
final RichInputMethodSubtype richSubtype = AdditionalFeaturesSettingUtils mCurrentRichInputMethodSubtype = new RichInputMethodSubtype(subtype);
.createRichInputMethodSubtype(this, subtype, mContext);
mCurrentRichInputMethodSubtype = richSubtype;
} }
private void updateShortcutIme() { private void updateShortcutIme() {