Fix presented VC getting dismissed after closing expanded attachment view

This commit is contained in:
Shadowfacts 2023-05-06 14:33:05 -04:00
parent 2eb9e63724
commit 25e82d828f
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ private struct ViewControllerPresenter: UIViewControllerRepresentable {
func presentationControllerWillDismiss(_ presentationController: UIPresentationController) {
isPresented = false
didPresent = false
}
}
}