aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-08-09 16:09:54 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-08-09 16:09:54 +0900
commit2be2d776649c9c0b3914135794ab7a7e92e753f9 (patch)
tree7b2770f96f6034c11ab66a28abc1c476e0827fd2 /java/src
parent9abea49dd4f3428acb60f35ea7a8ff53aa2e2af7 (diff)
downloadlatinime-2be2d776649c9c0b3914135794ab7a7e92e753f9.tar.gz
latinime-2be2d776649c9c0b3914135794ab7a7e92e753f9.tar.xz
latinime-2be2d776649c9c0b3914135794ab7a7e92e753f9.zip
Update dictionary availability at onStartInputView
This is a follow up of I7901c0f9489b4deb79314c2c903b138611bfd78e Change-Id: I38c22e886db247c402a964e3ddd10b09a461151c
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/latin/LatinIME.java1
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 894b69b79..e0dbb8e6e 100644
--- a/java/src/com/android/inputmethod/latin/LatinIME.java
+++ b/java/src/com/android/inputmethod/latin/LatinIME.java
@@ -722,6 +722,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mHandler.cancelUpdateSuggestionStrip();
mHandler.cancelDoubleSpacesTimer();
+ mainKeyboardView.setMainDictionaryAvailability(mIsMainDictionaryAvailable);
mainKeyboardView.setKeyPreviewPopupEnabled(mCurrentSettings.mKeyPreviewPopupOn,
mCurrentSettings.mKeyPreviewPopupDismissDelay);
mainKeyboardView.setGestureHandlingEnabledByUser(mCurrentSettings.mGestureInputEnabled);