For #1679: Pause media playback when backgrounded

nightly-build-test
Sawyer Blatz 5 years ago committed by Emily Kager
parent 0054e017ea
commit 7fff475fd8

@ -76,7 +76,8 @@ class Core(private val context: Context) {
trackingProtectionPolicy = createTrackingProtectionPolicy(),
historyTrackingDelegate = HistoryDelegate(historyStorage),
preferredColorScheme = getPreferredColorScheme(),
automaticFontSizeAdjustment = Settings.getInstance(context).shouldUseAutoSize
automaticFontSizeAdjustment = Settings.getInstance(context).shouldUseAutoSize,
suspendMediaWhenInactive = true
)
GeckoEngine(context, defaultSettings, runtime)

Loading…
Cancel
Save