2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
This commit is contained in:
Sebastian Kaspari 2019-08-27 21:51:27 +02:00 committed by Jeff Boek
parent 1e2fdf5cae
commit dc70e530cc

View File

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