Compare commits

...

2 Commits

2 changed files with 3 additions and 0 deletions

View File

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

View File

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