Skip to content

Commit

Permalink
fix bad conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Dec 5, 2024
1 parent f29b41b commit 5038ff5
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,6 @@ struct SentryUserFeedbackWidget {
closeForm()
}

//swiftlint:disable todo
func captureFeedback(message: String, name: String?, email: String?, hints: [String : Any]?) {
closeForm()
self.delegate?.captureFeedback(message: message, name: name, email: email, hints: hints)
}
//swiftlint:enable todo

// MARK: UIAdaptivePresentationControllerDelegate

func presentationControllerDidDismiss(_ presentationController: UIPresentationController) {
Expand Down

0 comments on commit 5038ff5

Please sign in to comment.