Skip to content

Commit

Permalink
Make it compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Jun 7, 2024
1 parent a7b4efb commit 9ad660f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGo/FeedbackViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class FeedbackViewController: UIViewController {
let isNavigatingToCategories = sender as? UIButton == negativeFeedbackButton
if isNavigatingToCategories {
controller.loadViewIfNeeded()
controller.configure(with: Feedback.Category.allCases)
controller.configure(with: Feedback.Category.allCases, isFromBrokenSiteReportFlow: false)
return
}
}
Expand Down

0 comments on commit 9ad660f

Please sign in to comment.