forked from shadowfacts/Tusker
Fix presented VC getting dismissed after closing expanded attachment view
This commit is contained in:
parent
2eb9e63724
commit
25e82d828f
|
@ -56,6 +56,7 @@ private struct ViewControllerPresenter: UIViewControllerRepresentable {
|
||||||
|
|
||||||
func presentationControllerWillDismiss(_ presentationController: UIPresentationController) {
|
func presentationControllerWillDismiss(_ presentationController: UIPresentationController) {
|
||||||
isPresented = false
|
isPresented = false
|
||||||
|
didPresent = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue