aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2013-10-04 19:04:16 +0900
committerKen Wakasa <kwakasa@google.com>2013-10-04 19:10:26 +0900
commitfba1bd0ec4198fc227bffcdb9c90bb7a36baa5c8 (patch)
tree206e0f4d409e9f8384f1a75fc12105f9e77ef2b2 /java/res
parent6ec0cf12b8f3dab05c48c81b1c0aaf5430d58c44 (diff)
downloadlatinime-fba1bd0ec4198fc227bffcdb9c90bb7a36baa5c8.tar.gz
latinime-fba1bd0ec4198fc227bffcdb9c90bb7a36baa5c8.tar.xz
latinime-fba1bd0ec4198fc227bffcdb9c90bb7a36baa5c8.zip
Suppress exceptions that have always been happening.
Change-Id: I5f85a7a0f94ea9ecbe0c4a8caebcf551fa9c9669
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml
index 465d52cec..66b9b7082 100644
--- a/java/res/values/config.xml
+++ b/java/res/values/config.xml
@@ -103,7 +103,7 @@
-->
<string-array name="auto_correction_threshold_values" translatable="false">
<!-- Off, When auto correction setting is Off, this value is not used. -->
- <item></item>
+ <item>floatMaxValue</item>
<!-- Modest : Suggestion whose normalized score is greater than this value
will be subject to auto-correction. -->
<item>0.185</item>