Skip to content
Snippets Groups Projects
Commit f2364f74 authored by Dan Ballard's avatar Dan Ballard Committed by ma1
Browse files

fixup! [android] Disable features and functionality

Bug 42954: Further disable review quality feature
parent e7164ace
Branches
Tags tor-browser-128.2.0esr-14.0-1-build5
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1190Bug 42954: Further disable review quality feature
......@@ -224,8 +224,8 @@ class BrowserToolbarCFRPresenter(
ToolbarCFR.COOKIE_BANNERS
}
shoppingExperienceFeature.isEnabled &&
settings.shouldShowReviewQualityCheckCFR -> whichShoppingCFR()
// shoppingExperienceFeature.isEnabled &&
// settings.shouldShowReviewQualityCheckCFR -> whichShoppingCFR()
else -> ToolbarCFR.NONE
}
......
......@@ -1801,7 +1801,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
*/
var shouldShowReviewQualityCheckCFR by booleanPreference(
key = appContext.getPreferenceKey(R.string.pref_key_should_show_review_quality_cfr),
default = true,
default = false,
)
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment