minify long press interval

This commit is contained in:
David xu
2018-03-10 17:17:19 +08:00
committed by Fredrik Fornwall
parent ce2d1c0d88
commit dc145d65f8

View File

@@ -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: