[fenix] For https://github.com/mozilla-mobile/fenix/issues/9488: Init widgetExperiment after Experimenter init

pull/600/head
Sawyer Blatz 4 years ago
parent f5e1dc98c8
commit f4ec25842d

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