1
0
Fork 0

For #1679: Pause media playback when backgrounded

master
Sawyer Blatz 2019-05-30 09:58:50 -07:00 committed by Emily Kager
parent 0054e017ea
commit 7fff475fd8
1 changed files with 2 additions and 1 deletions

View File

@ -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)