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()
|
super.awakeFromNib()
|
||||||
|
|
||||||
self.isUserInteractionEnabled = true
|
self.isUserInteractionEnabled = true
|
||||||
|
self.layer.cornerRadius = 5
|
||||||
|
self.layer.masksToBounds = true
|
||||||
|
|
||||||
createBlurView()
|
createBlurView()
|
||||||
createHideButton()
|
createHideButton()
|
||||||
|
|
Loading…
Reference in New Issue