diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 837b434..220f1c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: matrix: include: # iOS - - { platform: iOS, name: "iOS 26.1, Xcode 26.1, Swift 6.2.0", xcode: "Xcode_26.1.1", runsOn: macOS-26, destination: "OS=26.1,name=iPhone 17 Pro" } + - { platform: iOS, name: "iOS 26.5, Xcode 26.5, Swift 6.2.0", xcode: "Xcode_26.5", runsOn: macOS-26, destination: "OS=26.5,name=iPhone 17 Pro" } - { platform: iOS, name: "iOS 18.1", xcode: "Xcode_16.1", runsOn: macOS-14, destination: "OS=18.1,name=iPhone 16 Pro" } - { platform: iOS, name: "iOS 17.4", xcode: "Xcode_15.3", runsOn: macOS-14, destination: "OS=17.4,name=iPhone 15 Pro" } steps: diff --git a/Sources/OverlayContainer/Classes/Presentation/BottomSheetAnimatedTransition.swift b/Sources/OverlayContainer/Classes/Presentation/BottomSheetAnimatedTransition.swift index b1190fe..796c22d 100644 --- a/Sources/OverlayContainer/Classes/Presentation/BottomSheetAnimatedTransition.swift +++ b/Sources/OverlayContainer/Classes/Presentation/BottomSheetAnimatedTransition.swift @@ -54,7 +54,9 @@ extension BottomSheetAnimatedTransition: UIViewControllerAnimatedTransitioning { func interruptibleAnimator( using transitionContext: any UIViewControllerContextTransitioning ) -> any UIViewImplicitlyAnimating { - if let animator { return animator } + if let animator { + return animator + } if transitionType == .present { if let controller = transitionContext.viewController(forKey: .to) {