Skip to content

Commit

Permalink
1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantannar4 committed Sep 16, 2024
1 parent a52e5c8 commit 0287472
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ open class InteractivePresentationController: PresentationController, UIGestureR
) -> Bool {
if trackingScrollView == nil,
otherGestureRecognizer.state != .failed,
otherGestureRecognizer.state != .cancelled,
let scrollView = otherGestureRecognizer.view as? UIScrollView
{
guard otherGestureRecognizer.isSimultaneousWithTransition else {
Expand Down

0 comments on commit 0287472

Please sign in to comment.