Skip to content

Commit 4fcec62

Browse files
committed
remove unlock scroll view
1 parent 9814ac7 commit 4fcec62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Core.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1025,7 +1025,7 @@ class Core: NSObject, UIGestureRecognizerDelegate {
10251025
}
10261026

10271027
private func unlockScrollView() {
1028-
guard let scrollView = scrollView, scrollView.isLocked else { return }
1028+
guard let scrollView = scrollView else { return }
10291029
log.debug("unlock scroll view")
10301030

10311031
scrollView.isDirectionalLockEnabled = false

0 commit comments

Comments
 (0)