Commit de3bbace authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

fixup! TB 40185: [android] Use NimbusDisabled

Flip pref_key_show_top_sites to false.
parent fa58624c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ class Settings(private val appContext: Context) : PreferencesHolder {
    var showTopSitesFeature by lazyFeatureFlagPreference(
        appContext.getPreferenceKey(R.string.pref_key_show_top_sites),
        featureFlag = true,
        default = { true },
        default = { false },
    )

    var numberOfAppLaunches by intPreference(