We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8728435 commit fa5f2d6Copy full SHA for fa5f2d6
Sources/MenuAnimator.swift
@@ -448,10 +448,10 @@ class MenuInteractiveTransition: NSObject, UIViewControllerInteractiveTransition
448
}
449
450
case .changed:
451
- guard let transitionContext = transitionContext else {
452
- fatalError("Invalid transitionContext value. This property should not be nil")
453
- }
454
if transitionStarted && (present && dx > 0 || !present && dx < 0) {
+ guard let transitionContext = transitionContext else {
+ fatalError("Invalid transitionContext value. This property should not be nil")
+ }
455
updateTransition(percentComplete: progress)
456
transitionContext.updateInteractiveTransition(progress)
457
0 commit comments