diff options
author | 2011-08-24 17:12:22 +0900 | |
---|---|---|
committer | 2011-08-24 17:36:18 +0900 | |
commit | d1bf701196a21827c8d1fde0878da399ffae45c9 (patch) | |
tree | aee7d7a8320cc22ffb1488f029bf2566968f9b66 /java | |
parent | fd47b5d09c12a83145a2ee5d11473ca4f6fe3fc9 (diff) | |
download | latinime-d1bf701196a21827c8d1fde0878da399ffae45c9.tar.gz latinime-d1bf701196a21827c8d1fde0878da399ffae45c9.tar.xz latinime-d1bf701196a21827c8d1fde0878da399ffae45c9.zip |
Remove tablet specific suggestions updating delay
Bug: 5100007
Change-Id: I3ab1bffbda4f8535489a2fcc41ffe33b43d1a96b
Diffstat (limited to 'java')
-rw-r--r-- | java/res/values-sw768dp/config.xml | 1 |
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}. --> |