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:
parent
64a4a7f422
commit
604ac83d0c
@ -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…
Reference in New Issue
Block a user