mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 498dbfbd: Disable multiple language input
* commit '498dbfbd9dcd9a03b91b6efe4d0e5b3afb1df078': Disable multiple language input
This commit is contained in:
commit
7907757943
@ -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…
x
Reference in New Issue
Block a user