Lower swipe to reply threshold by 20%

This commit is contained in:
Niels Andriesse 2021-07-14 11:07:46 +10:00
parent be6a36cc57
commit f06f4a1a8f
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class VisibleMessageView : LinearLayout {
var contentViewDelegate: VisibleMessageContentViewDelegate? = null
companion object {
const val swipeToReplyThreshold = 80.0f // dp
const val swipeToReplyThreshold = 64.0f // dp
const val longPressMovementTreshold = 10.0f // dp
const val longPressDurationThreshold = 250L // ms
const val maxDoubleTapInterval = 200L