Fix attachment blur view missing corner radius

This commit is contained in:
Shadowfacts 2020-06-22 21:03:08 -04:00
parent 0e91fc239d
commit a5a2cd147e
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ class AttachmentsContainerView: UIView {
super.awakeFromNib()
self.isUserInteractionEnabled = true
self.layer.cornerRadius = 5
self.layer.masksToBounds = true
createBlurView()
createHideButton()