Fix a small typo

Change-Id: I813d97b9453f8aa7aae99bd165336b1e5a81dc6a
main
Ken Wakasa 2012-10-07 12:05:23 +09:00
parent c2122610bb
commit fc62882591
1 changed files with 1 additions and 1 deletions

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