Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
for #25545: turn off task continuity in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTighe authored and mergify[bot] committed Jun 9, 2022
1 parent 1f89e11 commit 8a7e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a7e8e7

Please sign in to comment.