mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-07 03:05:18 +08:00
minify long press interval
This commit is contained in:
committed by
Fredrik Fornwall
parent
ce2d1c0d88
commit
dc145d65f8
@@ -226,7 +226,7 @@ public final class ExtraKeysView extends GridLayout {
|
|||||||
longPressCount++;
|
longPressCount++;
|
||||||
sendKey(root, buttonText);
|
sendKey(root, buttonText);
|
||||||
}
|
}
|
||||||
}, 400, 100, TimeUnit.MILLISECONDS);
|
}, 400, 80, TimeUnit.MILLISECONDS);
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
case MotionEvent.ACTION_MOVE:
|
case MotionEvent.ACTION_MOVE:
|
||||||
|
Reference in New Issue
Block a user