Merge "Fix a wrong parameter passed."
This commit is contained in:
commit
86ff9d6dda
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
// Otherwise, we'll do it when we can.
|
// Otherwise, we'll do it when we can.
|
||||||
latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(),
|
latinIme.mKeyboardSwitcher.loadKeyboard(latinIme.getCurrentInputEditorInfo(),
|
||||||
settingsValues, latinIme.getCurrentAutoCapsState(),
|
settingsValues, latinIme.getCurrentAutoCapsState(),
|
||||||
latinIme.getCurrentAutoCapsState());
|
latinIme.getCurrentRecapitalizeState());
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue