mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix a small typo
Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a
This commit is contained in:
parent
c2122610bb
commit
fc62882591
@ -1230,7 +1230,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
|
||||
final InputMethodSubtype lastSubtype = mImm.getLastInputMethodSubtype();
|
||||
final boolean lastSubtypeBelongsToThisIme =
|
||||
ImfUtils.checkIfSubtypeBelongsToThisImeAndEnabled(this, lastSubtype);
|
||||
if (lastSubtypeBelongsToThisIme && mImm.switchToLastInputMethod(token)) {
|
||||
if (lastSubtypeBelongsToThisIme && mImm.switchToLastInputMethod(token)) {
|
||||
mShouldSwitchToLastSubtype = false;
|
||||
} else {
|
||||
mImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
|
||||
|
Loading…
x
Reference in New Issue
Block a user