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

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

Fix a bug where the word composer is not correctly reset

...upon commit

Change-Id: I1fea87cb4c133a0884329eb9b61bf3053c36cd1b
parent 7247bff6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -305,8 +305,11 @@ public class WordComposer {
                && type != LastComposedWord.COMMIT_TYPE_MANUAL_PICK) {
            lastComposedWord.deactivate();
        }
        mCapsCount = 0;
        mIsBatchMode = false;
        mTypedWord.setLength(0);
        mTrailingSingleQuotesCount = 0;
        mIsFirstCharCapitalized = false;
        refreshSize();
        mAutoCorrection = null;
        mIsResumed = false;