pull/600/head
Roger Yang 4 years ago committed by GitHub
parent e6e6144a5f
commit 3a9df794c1

@ -42,7 +42,8 @@ object FeatureFlags {
/**
* Enables the new MediaSession API.
*/
val newMediaSessionApi = Config.channel.isNightlyOrDebug
@Suppress("MayBeConst")
val newMediaSessionApi = true
/**
* Enabled showing site permission indicators in the toolbars.

Loading…
Cancel
Save