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
1be2ec2c
Commit
1be2ec2c
authored
Jun 04, 2020
by
Sawyer Blatz
Browse files
For #9488: Init widgetExperiment after Experimenter init
parent
886c1882
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/org/mozilla/fenix/FenixApplication.kt
View file @
1be2ec2c
...
...
@@ -179,6 +179,7 @@ open class FenixApplication : LocaleAwareApplication() {
kintoEndpoint
=
KINTO_ENDPOINT_PROD
)
)
ExperimentsManager
.
initSearchWidgetExperiment
(
this
)
}
}
else
{
// We should make a better way to opt out for when we have more experiments
...
...
@@ -186,8 +187,6 @@ open class FenixApplication : LocaleAwareApplication() {
ExperimentsManager
.
optOutSearchWidgetExperiment
(
this
)
}
ExperimentsManager
.
initSearchWidgetExperiment
(
this
)
components
.
performance
.
visualCompletenessQueue
.
runIfReadyOrQueue
{
GlobalScope
.
launch
(
Dispatchers
.
IO
)
{
logger
.
info
(
"Running post-visual completeness tasks..."
)
...
...
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