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

fixup! TB 41972: [android] Disable Mozilla onboarding

TB 44323: Audit prefs 128 to 140
parent 7309a181
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2374,7 +2374,7 @@ class Settings(
     */
    var shouldShowMarketingOnboarding by booleanPreference(
        appContext.getPreferenceKey(R.string.pref_key_should_show_marketing_onboarding),
        default = true,
        default = false,
    )

    var shouldUseMinimalBottomToolbarWhenEnteringText by booleanPreference(