[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.2.0esr-14.0-1] fixup! [android] Disable features and functionality

ma1 (@ma1) git at gitlab.torproject.org
Thu Sep 12 20:18:36 UTC 2024



ma1 pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser


Commits:
f2364f74 by Dan Ballard at 2024-09-12T20:14:40+00:00
fixup! [android] Disable features and functionality

Bug 42954: Further disable review quality feature

- - - - -


2 changed files:

- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt


Changes:

=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/BrowserToolbarCFRPresenter.kt
=====================================
@@ -224,8 +224,8 @@ class BrowserToolbarCFRPresenter(
             ToolbarCFR.COOKIE_BANNERS
         }
 
-        shoppingExperienceFeature.isEnabled &&
-            settings.shouldShowReviewQualityCheckCFR -> whichShoppingCFR()
+//        shoppingExperienceFeature.isEnabled &&
+//            settings.shouldShowReviewQualityCheckCFR -> whichShoppingCFR()
 
         else -> ToolbarCFR.NONE
     }


=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
=====================================
@@ -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,
     )
 
     /**



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f2364f74eca18edf7ba3ad3c926231eff125ba1e

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f2364f74eca18edf7ba3ad3c926231eff125ba1e
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20240912/2eb90dad/attachment-0001.htm>


More information about the tor-commits mailing list