Skip to content

Commit

Permalink
Loading feedback form from Privacy Dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Nov 20, 2024
1 parent 66ed989 commit 7be64e2
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,10 @@ extension PrivacyDashboardViewController: PrivacyDashboardControllerDelegate {
}

func privacyDashboardControllerDidRequestShowGeneralFeedback(_ privacyDashboardController: PrivacyDashboardController) {
// Not used in macOS
DispatchQueue.main.asyncAfter(deadline: .now() + 0.35) {
FeedbackPresenter.presentFeedbackForm()
}
dismiss()
}

func privacyDashboardController(_ privacyDashboardController: PrivacyDashboardController,
Expand Down

0 comments on commit 7be64e2

Please sign in to comment.