Adds cancel button to preferred email recipient sheet
This commit is contained in:
@@ -344,6 +344,10 @@ class BrowserViewController: UIViewController
|
|||||||
}))
|
}))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
actionSheet.addAction(UIAlertAction(title: "Cancel", style: .cancel, handler: { _ in
|
||||||
|
actionSheet.dismiss(animated: true, completion: nil)
|
||||||
|
}))
|
||||||
|
|
||||||
present(actionSheet, animated: true, completion: nil)
|
present(actionSheet, animated: true, completion: nil)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user