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

Commit ac0498ca authored by Jean Chalard's avatar Jean Chalard Committed by Android Git Automerger
Browse files

am 172a013a: Fix a bug with the auto-correct indicator

* commit '172a013a':
  Fix a bug with the auto-correct indicator
parents dbe99ddc 172a013a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2211,6 +2211,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
            }
        }
        ic.deleteSurroundingText(restartLength, 0);
        mComposingStateManager.onStartComposingText();
        ic.setComposingText(mWordComposer.getTypedWord(), 1);
        mHandler.cancelUpdateBigramPredictions();
        mHandler.postUpdateSuggestions();