forked from shadowfacts/Tusker
Fix attachment blur view missing corner radius
This commit is contained in:
parent
0e91fc239d
commit
a5a2cd147e
|
@ -37,6 +37,8 @@ class AttachmentsContainerView: UIView {
|
|||
super.awakeFromNib()
|
||||
|
||||
self.isUserInteractionEnabled = true
|
||||
self.layer.cornerRadius = 5
|
||||
self.layer.masksToBounds = true
|
||||
|
||||
createBlurView()
|
||||
createHideButton()
|
||||
|
|
Loading…
Reference in New Issue