diff options
author | 2012-08-13 22:56:35 -0700 | |
---|---|---|
committer | 2012-08-13 22:56:35 -0700 | |
commit | 9ecec4eb5c0dcef9a96053a302a8c5945c37a05d (patch) | |
tree | 5cf86db4b829ec08087489eb7abfdf3dd4f1c942 /java/src | |
parent | c1a06e1d775077dcfe4018e6a1609d8535cf5116 (diff) | |
parent | a9552f8f0233c04dd5237c35027f309e6ec0b6f9 (diff) | |
download | latinime-9ecec4eb5c0dcef9a96053a302a8c5945c37a05d.tar.gz latinime-9ecec4eb5c0dcef9a96053a302a8c5945c37a05d.tar.xz latinime-9ecec4eb5c0dcef9a96053a302a8c5945c37a05d.zip |
am a9552f8f: am 5d6b8e18: Fix a bug that would prevent spell checking
* commit 'a9552f8f0233c04dd5237c35027f309e6ec0b6f9':
Fix a bug that would prevent spell checking
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java b/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java index 0103e8423..bd92d883b 100644 --- a/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java +++ b/java/src/com/android/inputmethod/latin/spellcheck/SpellCheckerProximityInfo.java @@ -111,6 +111,7 @@ public class SpellCheckerProximityInfo { NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, + NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, NUL, }; static { buildProximityIndices(PROXIMITY, INDICES); |