From fb0ac32171c4f236f98421413c999a1c1fa085be Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 2 Jul 2018 16:24:37 -0400 Subject: [PATCH] Respond to CR. --- Signal/src/ViewControllers/MediaGalleryViewController.swift | 1 + 1 file changed, 1 insertion(+) 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) {