mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-17 13:28:26 +00:00
Lower swipe to reply threshold by 20%
This commit is contained in:
parent
be6a36cc57
commit
f06f4a1a8f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user