mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-01-20 03:52:07 -05:00
15 lines
916 B
Diff
15 lines
916 B
Diff
diff --git a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
|
|
index 54c4daacc5..37d3051fad 100644
|
|
--- a/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
|
|
+++ b/mobile/android/fenix/app/src/main/res/xml/tracking_protection_preferences.xml
|
|
@@ -116,7 +116,8 @@
|
|
<androidx.preference.SwitchPreference
|
|
android:defaultValue="false"
|
|
android:key="@string/pref_key_privacy_enable_global_privacy_control"
|
|
- android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control" />
|
|
+ android:title="@string/preference_enhanced_tracking_protection_custom_global_privacy_control"
|
|
+ app:isPreferenceVisible="false" />
|
|
<Preference
|
|
android:layout="@layout/preference_divider"
|
|
android:selectable="false" />
|