Fix a small typo
Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a
This commit is contained in:
parent
c2122610bb
commit
fc62882591
1 changed files with 1 additions and 1 deletions
|
@ -1230,7 +1230,7 @@ public final class LatinIME extends InputMethodService implements KeyboardAction
|
||||||
final InputMethodSubtype lastSubtype = mImm.getLastInputMethodSubtype();
|
final InputMethodSubtype lastSubtype = mImm.getLastInputMethodSubtype();
|
||||||
final boolean lastSubtypeBelongsToThisIme =
|
final boolean lastSubtypeBelongsToThisIme =
|
||||||
ImfUtils.checkIfSubtypeBelongsToThisImeAndEnabled(this, lastSubtype);
|
ImfUtils.checkIfSubtypeBelongsToThisImeAndEnabled(this, lastSubtype);
|
||||||
if (lastSubtypeBelongsToThisIme && mImm.switchToLastInputMethod(token)) {
|
if (lastSubtypeBelongsToThisIme && mImm.switchToLastInputMethod(token)) {
|
||||||
mShouldSwitchToLastSubtype = false;
|
mShouldSwitchToLastSubtype = false;
|
||||||
} else {
|
} else {
|
||||||
mImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
|
mImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
|
||||||
|
|
Loading…
Reference in a new issue