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

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

Merge "Implement cancelling a manual pick (A4)"

parents 8db74d0f 32f0af1f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2198,8 +2198,10 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
        ic.deleteSurroundingText(cancelLength + separatorLength, 0);
        if (0 == separatorLength || mLastComposedWord.didCommitTypedWord()) {
            // This is the case when we cancel a manual pick.
            // TODO: implement this
            // We should restart suggestion on the word right away.
            mWordComposer.resumeSuggestionOnLastComposedWord(mLastComposedWord);
            mComposingStateManager.onStartComposingText();
            ic.setComposingText(originallyTypedWord, 1);
        } else {
            ic.commitText(originallyTypedWord, 1);
            // Re-insert the separator