Merge "Remove useless processing (A65)"
This commit is contained in:
commit
853f4221ab
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue