Issue #7620 - Remove Nightly flag for external download manager (#14632)

This commit is contained in:
liuche 2020-09-02 13:59:00 -07:00 committed by GitHub
parent 81dd1a9192
commit 408000e450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,5 +39,5 @@ object FeatureFlags {
/**
* Enables downloads with external download managers.
*/
val externalDownloadManager = Config.channel.isNightlyOrDebug
const val externalDownloadManager = true
}