Fix missing anchor for Compose screen visibility popover
This commit is contained in:
parent
0e5aab75df
commit
0e91fc239d
|
@ -405,6 +405,7 @@ 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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue