Adjust resistance

This commit is contained in:
Ali 2023-06-24 01:32:28 +03:00
parent 805cb5c610
commit e14eacbe03

View File

@ -2355,7 +2355,7 @@ final class ChatListControllerNode: ASDisplayNode, UIGestureRecognizerDelegate {
}
private func shouldStopScrolling(listView: ListView, velocity: CGFloat, isPrimary: Bool) -> Bool {
if abs(velocity) > 10.0 {
if abs(velocity) > 1.0 {
return false
}