commit | e9b82808d412fa1b87954dd88579b92d0b4ab0e2 | [log] [tgz] |
---|---|---|
author | Gilles Debunne <debunne@google.com> | Thu Oct 27 14:38:27 2011 -0700 |
committer | Gilles Debunne <debunne@google.com> | Mon Oct 31 11:38:40 2011 -0700 |
tree | 2e6ea1cce763e780604a299fec397b51a340b11c | |
parent | c86b8730e8c0ee930af5151cc47e6822408ac5ed [diff] |
No threading issues in SpellChecker. SpellChecker is exclusively called from the main UI thread and there are no concurrency issues. As a result, the TextView's wordIterator can safely be re-used in the parse() method. Also reset the pool of SpellParsers on language change. Change-Id: I1cc8a2750f21233754f006e40a81622730030ec8