am 86ff9d6d: Merge "Fix a wrong parameter passed."

* commit '86ff9d6dda96eba3eeeeadd1c329e9f2a9b3fae6':
  Fix a wrong parameter passed.
main
Jean Chalard 2014-04-17 07:42:24 +00:00 committed by Android Git Automerger
commit ab27eb700b
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
// Otherwise, we'll do it when we can.
latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(),
settingsValues, latinIme.getCurrentAutoCapsState(),
latinIme.getCurrentAutoCapsState());
latinIme.getCurrentRecapitalizeState());
}
break;
}