Merge "Update dictionary availability at onStartInputView" into jb-mr1-dev

main
Tadashi G. Takaoka 2012-08-09 00:12:47 -07:00 committed by Android (Google) Code Review
commit f40a666902
1 changed files with 1 additions and 0 deletions

View File

@ -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);