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

fixup! [android] Disable features and functionality

TB 44758: Disable email mask feature
parent b365530e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1111,7 +1111,7 @@ features:
      enabled:
        description: If true, Email Mask feature is enabled.
        type: Boolean
        default: true
        default: false

  ip-protection:
    description: Feature to enable IP Protection (VPN) for users on Firefox on Android.
+2 −2
Original line number Diff line number Diff line
@@ -2719,7 +2719,7 @@ class Settings(
     */
    var isEmailMaskSuggestionEnabled by booleanPreference(
        key = appContext.getPreferenceKey(R.string.pref_key_email_mask_suggestion),
        default = true,
        default = false,
    )

    /**
@@ -2727,7 +2727,7 @@ class Settings(
     */
    var shouldShowEmailMaskCfr by booleanPreference(
        key = appContext.getPreferenceKey(R.string.pref_key_should_show_email_mask_cfr),
        default = true,
        default = false,
    )

    /**