Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment