No issue: update experiments when experiments updated (#12032)

fennec/production
Sawyer Blatz 4 years ago committed by GitHub
parent 8a08cb941e
commit 61b1b5a895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -173,6 +173,9 @@ open class FenixApplication : LocaleAwareApplication() {
taskQueue.runIfReadyOrQueue {
Experiments.initialize(
applicationContext = applicationContext,
onExperimentsUpdated = {
ExperimentsManager.initSearchWidgetExperiment(this)
},
configuration = mozilla.components.service.experiments.Configuration(
httpClient = components.core.client,
kintoEndpoint = KINTO_ENDPOINT_PROD

Loading…
Cancel
Save