pull/600/head
jhugman 4 years ago committed by GitHub
parent bd2984377c
commit 6210ff136d

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