diff --git a/Sources/Addons/BottomSheet/Interaction/BottomSheetInteractionController.swift b/Sources/Addons/BottomSheet/Interaction/BottomSheetInteractionController.swift index c40ea9fe..13a825f5 100644 --- a/Sources/Addons/BottomSheet/Interaction/BottomSheetInteractionController.swift +++ b/Sources/Addons/BottomSheet/Interaction/BottomSheetInteractionController.swift @@ -207,7 +207,7 @@ extension BottomSheetInteractionController: UIGestureRecognizerDelegate { } guard let scrollView = otherGestureRecognizer.view as? UIScrollView else { - return true + return otherGestureRecognizer is UITapGestureRecognizer } guard !scrollView.canScrollHorizontally else {