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

Commit

Permalink
Closes #4431: Enable feature-media component for all builds. (#4898)
Browse files Browse the repository at this point in the history
  • Loading branch information
pocmo authored and boek committed Aug 27, 2019
1 parent 5945691 commit c322343
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 @@ -46,5 +46,5 @@ object FeatureFlags {
*
* https://github.com/mozilla-mobile/fenix/issues/4431
*/
val mediaIntegration = nightly or debug
const val mediaIntegration = true
}

0 comments on commit c322343

Please sign in to comment.