Skip to content

Commit

Permalink
Move dismissing to BSK
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Mar 5, 2024
1 parent 172cdee commit a27c5d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"location" : "https://github.com/DuckDuckGo/BrowserServicesKit",
"state" : {
"branch" : "jacek/report-on-toggle",
"revision" : "73ed425f32deee1674f38e33cc7f18896107c99d"
"revision" : "3f2c639a70bc928d211ad552c0cdc2ea58252d8c"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ final class PrivacyDashboardViewController: UIViewController {

private func privacyDashboardProtectionSwitchChangeHandler(state: ProtectionState) {
privacyDashboardDidTriggerDismiss = true
dismiss(animated: true)
guard let domain = privacyDashboardController.privacyInfo?.url.host else { return }

let source: BrokenSiteReport.Source = privacyDashboardController.initDashboardMode == .report ? .appMenu : .dashboard
Expand Down

0 comments on commit a27c5d8

Please sign in to comment.