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

upstream-sync
jhugman 4 years ago committed by GitHub
parent 4465528792
commit 459f1e970f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()
}
}
}

Loading…
Cancel
Save