Reduce swipe sensitivity on thread chat view
Value determined experimentally. Closes: https://github.com/damus-io/damus/issues/2743 Changelog-Fixed: Fixed overly sensitive horizontal swipe on thread chat view Signed-off-by: Daniel D’Aquino <daniel@daquino.me>
This commit is contained in:
@@ -298,7 +298,7 @@ struct ChatEventView: View {
|
||||
}
|
||||
.swipeSpacing(-20)
|
||||
.swipeActionsStyle(.mask)
|
||||
.swipeMinimumDistance(20)
|
||||
.swipeMinimumDistance(40)
|
||||
.swipeDragGesturePriority(.normal)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user