Merge "Send joystick key repeat messages to correct handler" into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8881455af1
@@ -4284,7 +4284,7 @@ public final class ViewRootImpl implements ViewParent,
|
||||
enqueueInputEvent(e);
|
||||
Message m = obtainMessage(MSG_ENQUEUE_X_AXIS_KEY_REPEAT, e);
|
||||
m.setAsynchronous(true);
|
||||
mHandler.sendMessageDelayed(m, ViewConfiguration.getKeyRepeatTimeout());
|
||||
sendMessageDelayed(m, ViewConfiguration.getKeyRepeatTimeout());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user