Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fixes #2507 - toggling tracking protection (only) from settings not w…
Browse files Browse the repository at this point in the history
…orking (#2526)
  • Loading branch information
rilury committed Oct 4, 2021
1 parent a6662bd commit 45e7b76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Blockzilla/SettingsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@ class SettingsViewController: UIViewController, UITableViewDataSource, UITableVi
case .privacy:
if indexPath.row == 0 {
let trackingProtectionVC = TrackingProtectionViewController()
trackingProtectionVC.delegate = presentingViewController as? BrowserViewController
navigationController?.pushViewController(trackingProtectionVC, animated: true)
}
case .search:
Expand Down

0 comments on commit 45e7b76

Please sign in to comment.