Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 449be371 authored by Jean Chalard's avatar Jean Chalard
Browse files

Refinement (A64)

Change-Id: I7c16e28ffce4fe0965b756bf2b00ee63b77dd039
parent 43193ad6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();