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

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

am fda847a8: Small cleanup

* commit 'fda847a8':
  Small cleanup
parents 12e3a077 fda847a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1622,7 +1622,7 @@ public class LatinIME extends InputMethodServiceCompatWrapper implements Keyboar
    private CharSequence getTextWithUnderline(final CharSequence text) {
        return mComposingStateManager.isAutoCorrectionIndicatorOn()
                ? SuggestionSpanUtils.getTextWithAutoCorrectionIndicatorUnderline(this, text)
                : mWordComposer.getTypedWord();
                : text;
    }

    private void handleClose() {