Skip to content

Commit

Permalink
Turn on external download manager support in release
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Aug 11, 2020
1 parent a71500a commit 3ef5cbf
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 @@ -52,5 +52,5 @@ object FeatureFlags {
/**
* Enables downloads with external download managers.
*/
val externalDownloadManager = Config.channel.isNightlyOrDebug
val externalDownloadManager = true
}

0 comments on commit 3ef5cbf

Please sign in to comment.