From 498dbfbd9dcd9a03b91b6efe4d0e5b3afb1df078 Mon Sep 17 00:00:00 2001 From: Jean Chalard Date: Thu, 11 Dec 2014 13:41:30 +0900 Subject: [PATCH] Disable multiple language input Bug: 18705799 Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f --- .../com/android/inputmethod/latin/RichInputMethodManager.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/java/src/com/android/inputmethod/latin/RichInputMethodManager.java b/java/src/com/android/inputmethod/latin/RichInputMethodManager.java index bc700c0b7..cb1de6b17 100644 --- a/java/src/com/android/inputmethod/latin/RichInputMethodManager.java +++ b/java/src/com/android/inputmethod/latin/RichInputMethodManager.java @@ -502,9 +502,7 @@ public class RichInputMethodManager { } private void updateCurrentSubtype(@Nonnull final InputMethodSubtype subtype) { - final RichInputMethodSubtype richSubtype = AdditionalFeaturesSettingUtils - .createRichInputMethodSubtype(this, subtype, mContext); - mCurrentRichInputMethodSubtype = richSubtype; + mCurrentRichInputMethodSubtype = new RichInputMethodSubtype(subtype); } private void updateShortcutIme() {