Skip to content

Commit 1a0a63e

Browse files
Fixed bug with glitchy scrolling to top.
1 parent f891769 commit 1a0a63e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

LPRTableView.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,6 @@ extension LPRTableView {
208208
// Adjust rect for content inset, as we will use it below for calculating scroll zones.
209209
rect.size.height -= inset.top
210210

211-
updateCurrentLocation(gesture)
212-
213211
// Tell us if we should scroll, and in which direction.
214212
let scrollZoneHeight: CGFloat = rect.size.height / 6.0
215213
let bottomScrollBeginning: CGFloat = contentOffset.y + inset.top + rect.size.height - scrollZoneHeight

0 commit comments

Comments
 (0)