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

Commit 64dd0d3

Browse files
mergify[bot]rilury
andauthored
Fixes #2507 - toggling tracking protection (only) from settings not working (#2526) (#2528)
(cherry picked from commit 45e7b76) Co-authored-by: IORDAN RALUCA <[email protected]>
1 parent d5f71ed commit 64dd0d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Blockzilla/SettingsViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ class SettingsViewController: UIViewController, UITableViewDataSource, UITableVi
552552
case .privacy:
553553
if indexPath.row == 0 {
554554
let trackingProtectionVC = TrackingProtectionViewController()
555+
trackingProtectionVC.delegate = presentingViewController as? BrowserViewController
555556
navigationController?.pushViewController(trackingProtectionVC, animated: true)
556557
}
557558
case .search:

0 commit comments

Comments
 (0)