diff --git a/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/View+PresentViewController.swift b/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/View+PresentViewController.swift index 47d283e0..3d176d10 100644 --- a/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/View+PresentViewController.swift +++ b/Packages/MatchedGeometryPresentation/Sources/MatchedGeometryPresentation/View+PresentViewController.swift @@ -56,6 +56,7 @@ private struct ViewControllerPresenter: UIViewControllerRepresentable { func presentationControllerWillDismiss(_ presentationController: UIPresentationController) { isPresented = false + didPresent = false } } }