[fenix] For https://github.com/mozilla-mobile/fenix/issues/13052 - Bumps feature flag to Nightly builds as well

pull/600/head
Jeff Boek 4 years ago
parent 4898f0edfc
commit 06c70edf54

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

Loading…
Cancel
Save