Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c606e9d7 authored by Yuichiro Hanada's avatar Yuichiro Hanada Committed by Android Git Automerger
Browse files

am 648088aa: Change GET_SUGGESTED_WORDS_TIMEOUT to 200.

* commit '648088aa':
  Change GET_SUGGESTED_WORDS_TIMEOUT to 200.
parents 43e8a4f2 648088aa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,