Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
This commit is contained in:
parent
c4c7a59a12
commit
648088aa9e
1 changed files with 2 additions and 1 deletions
|
@ -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 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,
|
* The name of the scheme used by the Package Manager to warn of a new package installation,
|
||||||
|
|
Loading…
Reference in a new issue