Make the boolean for re-correction false

Change-Id: I883f8b6bc9337d1a08254f74ffbac32d1e8492cf
This commit is contained in:
satok 2010-09-08 00:27:01 +09:00
parent 73540126a8
commit b5dceb8d99

View file

@ -28,5 +28,5 @@
<bool name="config_swipeDisambiguation">true</bool>
<!-- Whether or not Popup on key press is enabled by default -->
<bool name="default_popup_preview">true</bool>
<bool name="default_recorrection_enabled">true</bool>
<bool name="default_recorrection_enabled">false</bool>
</resources>