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

Commit e4783f95 authored by Jean Chalard's avatar Jean Chalard
Browse files

Mark 2 resolved TODOS as such (A14)

Change-Id: Ifbb731f5c825675436d079db4ffbae657d71f8da
parent d461bfd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1391,11 +1391,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
        if (mWordComposer.isComposingWord()) {
            commitTyped(LastComposedWord.NOT_A_SEPARATOR);
            mExpectingUpdateSelection = true;
            // TODO: Can we remove this?
            // The following is necessary for the case where the user typed something but didn't
            // manual pick it and didn't input any separator.
            mSpaceState = SPACE_STATE_PHANTOM;
        }
        mConnection.endBatchEdit();
        // TODO: Should handle TextUtils.CAP_MODE_CHARACTER.
        mWordComposer.setCapitalizedModeAtStartComposingTime(getActualCapsMode());
    }