1
0
Fork 0

Closes #4431: Enable feature-media component for all builds. (#4898)

master
Sebastian Kaspari 2019-08-27 21:51:27 +02:00 committed by Jeff Boek
parent 594569164d
commit c322343248
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ object FeatureFlags {
* *
* https://github.com/mozilla-mobile/fenix/issues/4431 * https://github.com/mozilla-mobile/fenix/issues/4431
*/ */
val mediaIntegration = nightly or debug const val mediaIntegration = true
} }