aboutsummaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2011-08-24 01:37:50 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-24 01:37:50 -0700
commit1cdd7caef9a9f9e0fae8600bfe03cfb2a61e8b0c (patch)
tree9a4ecdb0ac4eaf661998db3aa53f81ead64f85d5 /java
parent38d512c0b24f3e5ce595e0b4b9092f84af380517 (diff)
parentd1bf701196a21827c8d1fde0878da399ffae45c9 (diff)
downloadlatinime-1cdd7caef9a9f9e0fae8600bfe03cfb2a61e8b0c.tar.gz
latinime-1cdd7caef9a9f9e0fae8600bfe03cfb2a61e8b0c.tar.xz
latinime-1cdd7caef9a9f9e0fae8600bfe03cfb2a61e8b0c.zip
Merge "Remove tablet specific suggestions updating delay"
Diffstat (limited to 'java')
-rw-r--r--java/res/values-sw768dp/config.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/res/values-sw768dp/config.xml b/java/res/values-sw768dp/config.xml
index 0f8f106b7..d88020952 100644
--- a/java/res/values-sw768dp/config.xml
+++ b/java/res/values-sw768dp/config.xml
@@ -32,7 +32,6 @@
<bool name="config_auto_correction_spacebar_led_enabled">false</bool>
<!-- Showing mini keyboard, just above the touched point if true, aligned to the key if false -->
<bool name="config_show_mini_keyboard_at_touched_point">true</bool>
- <integer name="config_delay_update_suggestions">180</integer>
<!-- Long pressing space will invoke IME switcher if > 0, never invoke IME switcher if == 0 -->
<integer name="config_long_press_space_key_timeout">0</integer>
<!-- This configuration is the index of the array {@link KeyboardSwitcher.KEYBOARD_THEMES}. -->