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

Commits:

1 changed file:

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 {
    2098 2098
          */
    
    2099 2099
         var isTrendingSearchesVisible by lazyFeatureFlagPreference(
    
    2100 2100
             key = appContext.getPreferenceKey(R.string.pref_key_enable_trending_searches),
    
    2101
    -        default = { FxNimbus.features.trendingSearches.value().enabled },
    
    2101
    +        default = { false },
    
    2102 2102
             featureFlag = true,
    
    2103 2103
         )
    
    2104 2104