1
0
Fork 0

No Issue - Fixes startup crash in nightly

master
Jeff Boek 2019-03-16 18:43:01 -07:00
parent 3f86764a3a
commit 7cbf73fa8c
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,6 @@ import mozilla.components.lib.crash.service.MozillaSocorroService
import mozilla.components.lib.crash.service.SentryService
import org.mozilla.fenix.BuildConfig
import org.mozilla.fenix.R
import org.mozilla.fenix.components.metrics.AdjustMetricsService
import org.mozilla.fenix.components.metrics.GleanMetricsService
import org.mozilla.fenix.components.metrics.LeanplumMetricsService
import org.mozilla.fenix.components.metrics.Metrics
@ -50,8 +49,7 @@ class Analytics(
Metrics(
listOf(
GleanMetricsService(context),
LeanplumMetricsService(context as Application),
AdjustMetricsService(context)
LeanplumMetricsService(context as Application)
),
isTelemetryEnabled = { Settings.getInstance(context).isTelemetryEnabled }
)