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

Commit b9618523 authored by Michael Wright's avatar Michael Wright
Browse files

Send joystick key repeat messages to correct handler

Change-Id: I7f8dbe21c9088553ad2c5efe70585f516ab78141
parent 26cbb806
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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());
                }
            }