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

Commit 0f3e023b authored by Michael Wright's avatar Michael Wright Committed by Android Git Automerger
Browse files

am af543eb0: am 8881455a: Merge "Send joystick key repeat messages to correct...

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

* commit 'af543eb0':
  Send joystick key repeat messages to correct handler
parents d8ff71bd af543eb0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4287,7 +4287,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());
                }
            }