[iPad] Fixes crash when resolving sync merge conflicts
This commit is contained in:
parent
ea260cb8a6
commit
00121bd31f
@ -358,6 +358,7 @@ private extension RecordVersionsViewController
|
|||||||
}
|
}
|
||||||
|
|
||||||
let alertController = UIAlertController(title: nil, message: message, preferredStyle: .actionSheet)
|
let alertController = UIAlertController(title: nil, message: message, preferredStyle: .actionSheet)
|
||||||
|
alertController.popoverPresentationController?.barButtonItem = sender
|
||||||
alertController.addAction(.cancel)
|
alertController.addAction(.cancel)
|
||||||
alertController.addAction(UIAlertAction(title: actionTitle, style: .destructive) { (action) in
|
alertController.addAction(UIAlertAction(title: actionTitle, style: .destructive) { (action) in
|
||||||
self.restoreVersion()
|
self.restoreVersion()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user