for #25545: turn off task continuity in nightly

pull/543/head
MatthewTighe 2 years ago committed by mergify[bot]
parent 1f89e11773
commit 8a7e8e7b96

@ -87,7 +87,7 @@ object FeatureFlags {
/**
* Enables the Task Continuity enhancements.
*/
val taskContinuityFeature = Config.channel.isNightlyOrDebug
val taskContinuityFeature = Config.channel.isDebug
/**
* Enables the Unified Search feature.

Loading…
Cancel
Save