We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed2045d + fa5f2d6 commit 81abfe6Copy full SHA for 81abfe6
Sources/MenuAnimator.swift
@@ -482,10 +482,10 @@ class MenuInteractiveTransition: NSObject, UIViewControllerInteractiveTransition
482
}
483
484
case .changed:
485
- guard let transitionContext = transitionContext else {
486
- fatalError("Invalid `transitionContext` value. This property should not be nil")
487
- }
488
if transitionStarted && (present && dx > 0 || !present && dx < 0) {
+ guard let transitionContext = transitionContext else {
+ fatalError("Invalid `transitionContext` value. This property should not be nil")
+ }
489
updateTransition(percentComplete: progress)
490
transitionContext.updateInteractiveTransition(progress)
491
0 commit comments