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 detailView.backgroundColor = .clear
self.view.backgroundColor = .clear self.view.backgroundColor = .clear
// TODO: Sync with (possibly assymetrical) corner rounding in message bubbles. self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Small
self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Large
fromViewController.present(self, animated: false) { fromViewController.present(self, animated: false) {

Loading…
Cancel
Save