diff options
author | 2013-11-14 09:33:08 +0000 | |
---|---|---|
committer | 2013-11-14 09:33:09 +0000 | |
commit | f7bb78fb58361e57eaf91dce8d35f7b6691f35f3 (patch) | |
tree | 5b5aae9893f195875c6d6e031ae9b51541d98fc5 /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 4c8a96cf88c9883a10216337801ec219e48d7689 (diff) | |
parent | b4c7a10840996cba4f185806cd96992974e1a000 (diff) | |
download | latinime-f7bb78fb58361e57eaf91dce8d35f7b6691f35f3.tar.gz latinime-f7bb78fb58361e57eaf91dce8d35f7b6691f35f3.tar.xz latinime-f7bb78fb58361e57eaf91dce8d35f7b6691f35f3.zip |
Merge "Add keyboard color switch option"
Diffstat (limited to 'java/src/com/android/inputmethod/latin/LatinIME.java')
-rw-r--r-- | java/src/com/android/inputmethod/latin/LatinIME.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/LatinIME.java b/java/src/com/android/inputmethod/latin/LatinIME.java index 26b35bf0c..326c53f0e 100644 --- a/java/src/com/android/inputmethod/latin/LatinIME.java +++ b/java/src/com/android/inputmethod/latin/LatinIME.java @@ -809,6 +809,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen super.onStartInputView(editorInfo, restarting); mRichImm.clearSubtypeCaches(); final KeyboardSwitcher switcher = mKeyboardSwitcher; + switcher.updateKeyboardTheme(); final MainKeyboardView mainKeyboardView = switcher.getMainKeyboardView(); // If we are starting input in a different text field from before, we'll have to reload // settings, so currentSettingsValues can't be final. |