[fenix] For https://github.com/mozilla-mobile/fenix/issues/7999 - Change fxa leanplum metrics to false by default

pull/600/head
Emily Kager 5 years ago committed by Emily Kager
parent aaf9c65f5d
commit 7a6b31fa9a

@ -401,12 +401,12 @@ class Settings private constructor(
var fxaSignedIn by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_fxa_signed_in),
default = true
default = false
)
var fxaHasSyncedItems by booleanPreference(
appContext.getPreferenceKey(R.string.pref_key_fxa_has_synced_items),
default = true
default = false
)
var lastPlacesStorageMaintenance by longPreference(

Loading…
Cancel
Save