Loading app/src/main/java/org/mozilla/fenix/utils/Settings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ class Settings(private val appContext: Context) : PreferencesHolder { var shouldUseTrackingProtection by booleanPreference( appContext.getPreferenceKey(R.string.pref_key_tracking_protection), default = true default = false ) /** Loading Loading
app/src/main/java/org/mozilla/fenix/utils/Settings.kt +1 −1 Original line number Diff line number Diff line Loading @@ -399,7 +399,7 @@ class Settings(private val appContext: Context) : PreferencesHolder { var shouldUseTrackingProtection by booleanPreference( appContext.getPreferenceKey(R.string.pref_key_tracking_protection), default = true default = false ) /** Loading