Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26611120 authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a wrong parameter passed.

Bug: 14120001
Change-Id: I8258304bc500fe28870fb8a5c11c15d97795423c
parent 1ee443d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
            }