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) (#2528)

(cherry picked from commit 45e7b76)

Co-authored-by: IORDAN RALUCA <ralucaiordan@icloud.com>
  • Loading branch information
mergify[bot] and rilury authored Oct 4, 2021
1 parent d5f71ed commit 64dd0d3
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 @@ -552,6 +552,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 64dd0d3

Please sign in to comment.