for #25545: turn off task continuity in nightly

This commit is contained in:
MatthewTighe 2022-06-09 13:07:19 -07:00 committed by mergify[bot]
parent 1f89e11773
commit 8a7e8e7b96
1 changed files with 1 additions and 1 deletions

View File

@ -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.