Fix a small typo

Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a
This commit is contained in:
Ken Wakasa 2012-10-07 12:05:23 +09:00
parent c2122610bb
commit fc62882591

View file

@ -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 */);