Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaba
fenix
Commits
61b1b5a8
Unverified
Commit
61b1b5a8
authored
Jun 26, 2020
by
Sawyer Blatz
Committed by
GitHub
Jun 26, 2020
Browse files
No issue: update experiments when experiments updated (#12032)
parent
8a08cb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
61b1b5a8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment