diff --git a/Signal/src/ViewControllers/MediaGalleryViewController.swift b/Signal/src/ViewControllers/MediaGalleryViewController.swift index fe63614c6..c1bf2908c 100644 --- a/Signal/src/ViewControllers/MediaGalleryViewController.swift +++ b/Signal/src/ViewControllers/MediaGalleryViewController.swift @@ -342,6 +342,7 @@ class MediaGalleryViewController: OWSNavigationController, MediaGalleryDataSourc detailView.backgroundColor = .clear self.view.backgroundColor = .clear + // TODO: Sync with (possibly assymetrical) corner rounding in message bubbles. self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Large fromViewController.present(self, animated: false) {