commit | 787a654fd73eb4c223e135c8734667fbbb0bbc0d | [log] [tgz] |
---|---|---|
author | Amith Yamasani <yamasani@google.com> | Thu Mar 04 03:22:08 2010 -0800 |
committer | Amith Yamasani <yamasani@google.com> | Thu Mar 04 03:22:08 2010 -0800 |
tree | 276db611202d3a7d82d12d2e168be475f969dfa2 | |
parent | 6aaafeed9682863157deb0506ee36a5177bbcd68 [diff] |
Fix incorrect matching of last character to unexpected names in contact dictionary. Example, "ho9" would match "Shoemaker", if "Shoemaker" existed in your contacts. This was due to premature switch to completions mode when trying to insert a missing letter. This syncs up the Java version to what the native one was doing.