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

Commit 8e404536 authored by Jean Chalard's avatar Jean Chalard Committed by Android (Google) Code Review
Browse files

Merge "Simplification"

parents cf5ceccc 29390639
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -1423,10 +1423,8 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
                ic.setComposingText(textWithUnderline, 1);
                if (mWordComposer.size() == 0) {
                    mHasUncommittedTypedChars = false;
                }
                if (1 == length) {
                    // 1 == length means we are about to erase the last character of the word,
                    // so we can show bigrams.
                    // Remaining size equals zero means we just erased the last character of the
                    // word, so we can show bigrams.
                    mHandler.postUpdateBigramPredictions();
                } else {
                    // length > 1, so we still have letters to deduce a suggestion from.