For #26980: enable task continuity in all channels

This commit is contained in:
MatthewTighe 2022-09-14 08:53:01 -07:00 committed by mergify[bot]
parent 9cb441a6ca
commit 7f59fa235f
1 changed files with 1 additions and 1 deletions

View File

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