am 8881455a: Merge "Send joystick key repeat messages to correct handler" into jb-mr2-dev

* commit '8881455af119762a25d4548384322b8e4a2023dd':
  Send joystick key repeat messages to correct handler
This commit is contained in:
Michael Wright
2013-04-10 16:09:25 -07:00
committed by Android Git Automerger

View File

@@ -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());
}
}