Fix a wrong parameter passed.

Bug: 14120001
Change-Id: I8258304bc500fe28870fb8a5c11c15d97795423c
main
Jean Chalard 2014-04-17 15:44:55 +09:00
parent 1ee443d848
commit 26611120c9
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;
}