forked from extern/Unexpected-Keyboard
Fix arrow keys not repeating
The special handling of arrow keys have been removed in 854eff2
. Key
repeat was not starting when the key0 was empty.
This commit is contained in:
parent
82b2bf6dfb
commit
72249b8a42
@ -346,8 +346,6 @@ public final class Pointers implements Handler.Callback
|
||||
|
||||
private void startKeyRepeat(Pointer ptr)
|
||||
{
|
||||
if (ptr.value == null)
|
||||
return;
|
||||
int what = (uniqueTimeoutWhat++);
|
||||
ptr.timeoutWhat = what;
|
||||
_keyrepeat_handler.sendEmptyMessageDelayed(what, _config.longPressTimeout);
|
||||
|
Loading…
Reference in New Issue
Block a user