Refinement (A64)
Change-Id: I7c16e28ffce4fe0965b756bf2b00ee63b77dd039
This commit is contained in:
parent
43193ad60f
commit
449be371ae
1 changed files with 1 additions and 1 deletions
|
@ -2015,7 +2015,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
// Since we just changed languages, we should re-evaluate suggestions with whatever word
|
||||
// we are currently composing. If we are not composing anything, we may want to display
|
||||
// predictions or punctuation signs (which is done by updateBigramPredictions anyway).
|
||||
if (mConnection.isCursorTouchingWord(mCurrentSettings)) {
|
||||
if (mWordComposer.isComposingWord()) {
|
||||
mHandler.postUpdateSuggestions();
|
||||
} else {
|
||||
mHandler.postUpdateBigramPredictions();
|
||||
|
|
Loading…
Reference in a new issue