1
0
Fork 0

For #13052 - Bumps feature flag to Nightly builds as well

master
Jeff Boek 2020-08-06 16:52:36 -07:00
parent 540c1d2ada
commit 682b082100
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ object FeatureFlags {
/** /**
* Enables the new search experience * Enables the new search experience
*/ */
val newSearchExperience = Config.channel.isDebug val newSearchExperience = Config.channel.isNightlyOrDebug
/** /**
* Enables wait til first contentful paint * Enables wait til first contentful paint