Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 498dbfbd authored by Jean Chalard's avatar Jean Chalard
Browse files

Disable multiple language input

Bug: 18705799
Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f
parent 2b25f674
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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() {