diff --git a/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/MatchedGeometryViewController.swift b/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/MatchedGeometryViewController.swift index 76a34350..e4bd5d3d 100644 --- a/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/MatchedGeometryViewController.swift +++ b/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/MatchedGeometryViewController.swift @@ -225,6 +225,7 @@ class MatchedGeometryDismissAnimationController: NSObject, UIView animator.addCompletion { _ in transitionContext.completeTransition(true) matchedGeomVC.state.animating = false + matchedGeomVC.state.mode = .idle } animator.startAnimation() }