clairehurst pushed to branch tor-browser-140.4.0esr-15.0-1 at The Tor Project / 
Applications / Tor Browser


Commits:
3195d965 by Dan Ballard at 2025-10-23T11:53:51-06:00
fixup! [android] Disable features and functionality

Bug 43757: Disable setting for trending search

- - - - -


1 changed file:

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


Changes:

=====================================
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
=====================================
@@ -2098,7 +2098,7 @@ class Settings(private val appContext: Context) : 
PreferencesHolder {
      */
     var isTrendingSearchesVisible by lazyFeatureFlagPreference(
         key = 
appContext.getPreferenceKey(R.string.pref_key_enable_trending_searches),
-        default = { FxNimbus.features.trendingSearches.value().enabled },
+        default = { false },
         featureFlag = true,
     )
 



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

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


_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to