Merge "Remove useless processing (A65)"

main
Jean Chalard 2012-07-08 23:05:11 -07:00 committed by Android (Google) Code Review
commit 853f4221ab
1 changed files with 2 additions and 2 deletions

View File

@ -689,8 +689,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
mSuggestionsView.clear();
setSuggestionStripShownInternal(
isSuggestionsStripVisible(), /* needsInputViewShown */ false);
// Delay updating suggestions because keyboard input view may not be shown at this point.
mHandler.postUpdateSuggestions();
mHandler.cancelUpdateSuggestionStrip();
mHandler.cancelDoubleSpacesTimer();
inputView.setKeyPreviewPopupEnabled(mCurrentSettings.mKeyPreviewPopupOn,