[fenix] Enable the Nimbus experiments library on all channels (https://github.com/mozilla-mobile/fenix/pull/18526)

pull/600/head
Stefan Arentz 4 years ago committed by GitHub
parent 1569a8ce76
commit 471e2245d2

@ -17,7 +17,7 @@ object FeatureFlags {
/**
* Enables the Nimbus experiments library.
*/
val nimbusExperiments = Config.channel.isNightlyOrDebug || Config.channel.isBeta
const val nimbusExperiments = true
/**
* Enables the Addresses autofill feature.

Loading…
Cancel
Save