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

Commit 56879000 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "fix KeyEvent can't correctly finish when inputmethod time out happend" into oc-dev

parents 495ecd9d 863ad2f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1954,7 +1954,7 @@ public final class InputMethodManager {
                Trace.traceCounter(Trace.TRACE_TAG_INPUT, PENDING_EVENT_COUNTER,
                        mPendingEvents.size());

                Message msg = mH.obtainMessage(MSG_TIMEOUT_INPUT_EVENT, p);
                Message msg = mH.obtainMessage(MSG_TIMEOUT_INPUT_EVENT, seq, 0, p);
                msg.setAsynchronous(true);
                mH.sendMessageDelayed(msg, INPUT_METHOD_NOT_RESPONDING_TIMEOUT);
                return DISPATCH_IN_PROGRESS;