diff options
author | 2012-08-13 22:55:13 -0700 | |
---|---|---|
committer | 2012-08-13 22:55:13 -0700 | |
commit | a9552f8f0233c04dd5237c35027f309e6ec0b6f9 (patch) | |
tree | 09bebf3fe2da022bd6b32fa304c0cf87454fe0fd /java/src/com | |
parent | 78028cb6e04be92bb062d02ca94f73d6b3c96d65 (diff) | |
parent | 5d6b8e181811e10b38dd30f4ba33757bb2162552 (diff) | |
download | latinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.tar.gz latinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.tar.xz latinime-a9552f8f0233c04dd5237c35027f309e6ec0b6f9.zip |
am 5d6b8e18: Fix a bug that would prevent spell checking
* commit '5d6b8e181811e10b38dd30f4ba33757bb2162552':
Fix a bug that would prevent spell checking
Diffstat (limited to 'java/src/com')
-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); |