2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

For #7999 - Change fxa leanplum metrics to false by default

This commit is contained in:
Emily Kager 2020-01-30 14:03:51 +01:00 committed by Emily Kager
parent 64a4a7f422
commit 604ac83d0c

View File

@ -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(