match media corners on dismiss
// FREEBIE
This commit is contained in:
parent
881d4be581
commit
6e66e4e1fe
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user