Merge "Fix a wrong parameter passed."

main
Jean Chalard 2014-04-17 07:39:52 +00:00 committed by Android (Google) Code Review
commit 86ff9d6dda
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;
}