1
0
Fork 0

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

master
Sawyer Blatz 2020-06-26 17:19:58 -07:00 committed by GitHub
parent 8a08cb941e
commit 61b1b5a895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

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