mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 648088aa: Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
* commit '648088aa9ee9971ec08d6720cd383f555d18b93c': Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
This commit is contained in:
commit
c606e9d794
@ -131,7 +131,8 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
|
||||
private static final int PERIOD_FOR_AUDIO_AND_HAPTIC_FEEDBACK_IN_KEY_REPEAT = 2;
|
||||
|
||||
private static final int GET_SUGGESTED_WORDS_TIMEOUT = 50;
|
||||
// TODO: Set this value appropriately.
|
||||
private static final int GET_SUGGESTED_WORDS_TIMEOUT = 200;
|
||||
|
||||
/**
|
||||
* The name of the scheme used by the Package Manager to warn of a new package installation,
|
||||
|
Loading…
x
Reference in New Issue
Block a user