Disable multiple language input

Bug: 18705799
Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f
main
Jean Chalard 2014-12-11 13:41:30 +09:00
parent 2b25f674f2
commit 498dbfbd9d
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() {