From 6e66e4e1fedcdf95414f22443506cf7804384cba Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 5 Jul 2018 18:24:02 -0600 Subject: [PATCH] match media corners on dismiss // FREEBIE --- Signal/src/ViewControllers/MediaGalleryViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/src/ViewControllers/MediaGalleryViewController.swift b/Signal/src/ViewControllers/MediaGalleryViewController.swift index 86cc9bb7f..6da116e85 100644 --- a/Signal/src/ViewControllers/MediaGalleryViewController.swift +++ b/Signal/src/ViewControllers/MediaGalleryViewController.swift @@ -505,7 +505,7 @@ class MediaGalleryViewController: OWSNavigationController, MediaGalleryDataSourc if changedItems { self.presentationView.alpha = 0 } else { - self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Large + self.presentationView.layer.cornerRadius = kOWSMessageCellCornerRadius_Small } }, completion: { (_: Bool) in