Closes #18501: Enable Nimbus on Beta channel

upstream-sync
Grisha Kruglov 3 years ago committed by Grisha Kruglov
parent 2743f9cf4f
commit ff740337be

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