diff options
author | 2013-11-11 20:39:03 +0900 | |
---|---|---|
committer | 2013-11-14 17:56:07 +0900 | |
commit | b4c7a10840996cba4f185806cd96992974e1a000 (patch) | |
tree | 9865dc465a3a187d55719b4a0abb1816f28ac33c /java/src/com/android/inputmethod/latin/LatinIME.java | |
parent | 1c95c8ba3b5c3b9a7d7e5fd23e17747f9d98bb75 (diff) | |
download | latinime-b4c7a10840996cba4f185806cd96992974e1a000.tar.gz latinime-b4c7a10840996cba4f185806cd96992974e1a000.tar.xz latinime-b4c7a10840996cba4f185806cd96992974e1a000.zip |
Add keyboard color switch option
Bug: 11622614
Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
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 745fb43d6..d33e0c5a6 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. |