Closes #18501: Enable Nimbus on Beta channel

This commit is contained in:
Grisha Kruglov 2021-03-16 09:53:57 -07:00 committed by Grisha Kruglov
parent 2743f9cf4f
commit ff740337be

View File

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