mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Disable multiple language input
Bug: 18705799 Change-Id: I73730ccf59e2697acfb3fe436c01b94c40307f2f
This commit is contained in:
parent
2b25f674f2
commit
498dbfbd9d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user