[fenix] No issue: update experiments when experiments updated (https://github.com/mozilla-mobile/fenix/pull/12032)

pull/600/head
Sawyer Blatz 4 years ago committed by GitHub
parent 44ef22425b
commit 372c0bd241

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