Bug 1826371 - Update Unified Search to depend on experiment flag instead of feature flag

fenix/113.0
Roger Yang 1 year ago committed by mergify[bot]
parent 9b9616a596
commit f9ccd5d020

@ -50,7 +50,7 @@ object FeatureFlags {
/**
* Enables the Unified Search feature.
*/
val unifiedSearchFeature = Config.channel.isNightlyOrDebug
const val unifiedSearchFeature = true
/**
* Enables compose on the tabs tray items.

Loading…
Cancel
Save