mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Fix a wrong parameter passed."
This commit is contained in:
commit
86ff9d6dda
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user