[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18501: Enable Nimbus on Beta channel

pull/600/head
Grisha Kruglov 4 years ago committed by Grisha Kruglov
parent be560986e1
commit 1c4f366083

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

Loading…
Cancel
Save