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

Commit bcacc322 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Shorten the interval to reconnect the disconnected IME

10sec -> 3sec

Bug: 5474811
Change-Id: I2f8c49eb00df6e3fd22fdb96ed0a14432ddaa874
parent f7e6c3cb
Loading
Loading
Loading
Loading
+1 −1
Original line number 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 long TIME_TO_RECONNECT = 10*1000;
    static final long TIME_TO_RECONNECT = 3 * 1000;

    static final int SECURE_SUGGESTION_SPANS_MAX_SIZE = 20;