Commit b24ffd21 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Disable features and functionality

Bug 43757: Disable setting for trending search
parent 435f0177
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2369,7 +2369,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,
    )