2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-09 19:10:42 +00:00

Fixes #16948: call nimbus.updateExperiments on startup (#16950) r=gl

This commit is contained in:
jhugman 2020-12-09 20:18:48 +00:00 committed by GitHub
parent 4465528792
commit 459f1e970f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,6 +122,10 @@ class Analytics(
globalUserParticipation = enabled
}
context.settings().isExperimentationEnabled = globalUserParticipation
// Nimbus should look after downloading experiment definitions from remote settings
// on another thread, and making sure we don't hit the server each time we start.
updateExperiments()
}
}
}