Refresh the cached single quotes count on commit
Change-Id: I9df5cf95c14da2e11ac709ca5e32dc7db3b02c37
This commit is contained in:
parent
a9632d8173
commit
2a37fb9d30
1 changed files with 1 additions and 0 deletions
|
@ -296,6 +296,7 @@ public class WordComposer {
|
||||||
lastComposedWord.deactivate();
|
lastComposedWord.deactivate();
|
||||||
}
|
}
|
||||||
mTypedWord.setLength(0);
|
mTypedWord.setLength(0);
|
||||||
|
mTrailingSingleQuotesCount = 0;
|
||||||
refreshSize();
|
refreshSize();
|
||||||
mAutoCorrection = null;
|
mAutoCorrection = null;
|
||||||
mIsResumed = false;
|
mIsResumed = false;
|
||||||
|
|
Loading…
Reference in a new issue