diff --git a/SwiftCommunity/Features/Conferences/Sources/Base/UI/Components/Detail/ViewController/ConferenceDetailViewController.swift b/SwiftCommunity/Features/Conferences/Sources/Base/UI/Components/Detail/ViewController/ConferenceDetailViewController.swift index 3f635df..5f71181 100644 --- a/SwiftCommunity/Features/Conferences/Sources/Base/UI/Components/Detail/ViewController/ConferenceDetailViewController.swift +++ b/SwiftCommunity/Features/Conferences/Sources/Base/UI/Components/Detail/ViewController/ConferenceDetailViewController.swift @@ -18,6 +18,7 @@ public class ConferenceDetailViewController: ViewController 0 { headerViewHeightConstraint.constant = max(Constants.headerViewCollapsedHeight, Constants.headerViewExpandedHeight - contentOffSetY) } else if contentOffSetY < 0 { - if contentOffSetY < -120 { + if contentOffSetY < Constants.offsetThresholdToDismiss { didSuccessfullyDragDownToDismiss() return }