Compare commits

..

No commits in common. "a5a2cd147e82add90ec8cb123607ac5f2eff0fd4" and "0e5aab75df4c028453b21cf93a4520b5ff7f1cd6" have entirely different histories.

2 changed files with 0 additions and 3 deletions

View File

@ -405,7 +405,6 @@ class ComposeViewController: UIViewController {
guard let visibility = visibility else { return } guard let visibility = visibility else { return }
self.visibility = visibility self.visibility = visibility
} }
alertController.popoverPresentationController?.barButtonItem = visibilityBarButtonItem
present(alertController, animated: true) present(alertController, animated: true)
} }

View File

@ -37,8 +37,6 @@ 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()