1
0
Fork 0

For #9488: Init widgetExperiment after Experimenter init

master
Sawyer Blatz 2020-06-04 14:43:28 -07:00
parent 886c1882c5
commit 1be2ec2cbf
1 changed files with 1 additions and 2 deletions

View File

@ -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...")