Compare commits
No commits in common. "a5a2cd147e82add90ec8cb123607ac5f2eff0fd4" and "0e5aab75df4c028453b21cf93a4520b5ff7f1cd6" have entirely different histories.
a5a2cd147e
...
0e5aab75df
|
@ -405,7 +405,6 @@ class ComposeViewController: UIViewController {
|
|||
guard let visibility = visibility else { return }
|
||||
self.visibility = visibility
|
||||
}
|
||||
alertController.popoverPresentationController?.barButtonItem = visibilityBarButtonItem
|
||||
present(alertController, animated: true)
|
||||
}
|
||||
|
||||
|
|
|
@ -37,8 +37,6 @@ class AttachmentsContainerView: UIView {
|
|||
super.awakeFromNib()
|
||||
|
||||
self.isUserInteractionEnabled = true
|
||||
self.layer.cornerRadius = 5
|
||||
self.layer.masksToBounds = true
|
||||
|
||||
createBlurView()
|
||||
createHideButton()
|
||||
|
|
Loading…
Reference in New Issue