[fenix] Don't show fingerprinters section of the standard tracking policy UI (https://github.com/mozilla-mobile/fenix/pull/6125)

pull/600/head
Jeffrey Starke 5 years ago committed by Jeff Boek
parent 4ca4f775fb
commit 55ed9cbe2c

@ -19,6 +19,7 @@ class TrackingProtectionBlockingFragment : Fragment(R.layout.fragment_tracking_p
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
category_fingerprinters.isVisible = args.strictMode
category_tracking_content.isVisible = args.strictMode
}

Loading…
Cancel
Save