Skip to content

Commit

Permalink
remove unlock scroll view
Browse files Browse the repository at this point in the history
  • Loading branch information
engali94 committed Nov 3, 2022
1 parent 9814ac7 commit 4fcec62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ class Core: NSObject, UIGestureRecognizerDelegate {
}

private func unlockScrollView() {
guard let scrollView = scrollView, scrollView.isLocked else { return }
guard let scrollView = scrollView else { return }
log.debug("unlock scroll view")

scrollView.isDirectionalLockEnabled = false
Expand Down

0 comments on commit 4fcec62

Please sign in to comment.