diff --git a/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift b/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift index 01f8802e89..cd38e86ebc 100644 --- a/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift +++ b/Signal/src/ViewControllers/Photos/PhotoCaptureViewController.swift @@ -987,7 +987,9 @@ extension PhotoCaptureViewController: PhotoCaptureDelegate { updateDoneButtonAppearance() - if !isInBatchMode { + if isInBatchMode { + resumePhotoCapture() + } else { delegate?.photoCaptureViewControllerDidFinish(self) } }