image corner radius is small

pull/1/head
Michael Kirk 7 years ago
parent 9108c89329
commit 6d5c0cd291

@ -342,8 +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
self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Small
fromViewController.present(self, animated: false) {

Loading…
Cancel
Save