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

Commit 673c558e authored by Satoshi Kataoka's avatar Satoshi Kataoka Committed by Android (Google) Code Review
Browse files

Merge "Shorten the interval to reconnect the disconnected IME"

parents 85d7ecfa bcacc322
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -150,7 +150,7 @@ public class InputMethodManagerService extends IInputMethodManager.Stub


    static final int MSG_HARD_KEYBOARD_SWITCH_CHANGED = 4000;
    static final int MSG_HARD_KEYBOARD_SWITCH_CHANGED = 4000;


    static final long TIME_TO_RECONNECT = 10*1000;
    static final long TIME_TO_RECONNECT = 3 * 1000;


    static final int SECURE_SUGGESTION_SPANS_MAX_SIZE = 20;
    static final int SECURE_SUGGESTION_SPANS_MAX_SIZE = 20;