Refresh the cached single quotes count on commit

Change-Id: I9df5cf95c14da2e11ac709ca5e32dc7db3b02c37
main
Jean Chalard 2012-07-10 18:43:42 +09:00
parent a9632d8173
commit 2a37fb9d30
1 changed files with 1 additions and 0 deletions

View File

@ -296,6 +296,7 @@ public class WordComposer {
lastComposedWord.deactivate();
}
mTypedWord.setLength(0);
mTrailingSingleQuotesCount = 0;
refreshSize();
mAutoCorrection = null;
mIsResumed = false;