1
0
Fork 0

No issue: Add engine warmup call

master
Christian Sadilek 2019-08-01 10:20:45 -04:00
parent e4700f76c6
commit b646e87d9e
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ open class FenixApplication : Application() {
return
}
// Make sure the engine is initialized and ready to use.
components.core.engine.warmUp()
// We want to call this function as early as possible, but only once and
// on the main process, as it uses Gecko to fetch experiments from the server.
experimentLoader = loadExperiments()