For #9488: Init widgetExperiment after Experimenter init

fennec/production
Sawyer Blatz 4 years ago
parent 886c1882c5
commit 1be2ec2cbf

@ -179,6 +179,7 @@ open class FenixApplication : LocaleAwareApplication() {
kintoEndpoint = KINTO_ENDPOINT_PROD
)
)
ExperimentsManager.initSearchWidgetExperiment(this)
}
} else {
// We should make a better way to opt out for when we have more experiments
@ -186,8 +187,6 @@ open class FenixApplication : LocaleAwareApplication() {
ExperimentsManager.optOutSearchWidgetExperiment(this)
}
ExperimentsManager.initSearchWidgetExperiment(this)
components.performance.visualCompletenessQueue.runIfReadyOrQueue {
GlobalScope.launch(Dispatchers.IO) {
logger.info("Running post-visual completeness tasks...")

Loading…
Cancel
Save