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

Commit 172a013a authored by Jean Chalard's avatar Jean Chalard
Browse files

Fix a bug with the auto-correct indicator

Bug: 5969106
Change-Id: I02d4b9184bb2c3fc0d08ffd5db77a9f9d816631f
parent 4c5daa8a
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();