For #2762 - Prevents crash when a device has a font scale other than 1.0

nightly-build-test
Jeff Boek 5 years ago
parent 3f821fec75
commit f5a993a027

@ -75,7 +75,7 @@ class Core(private val context: Context) {
trackingProtectionPolicy = createTrackingProtectionPolicy(),
historyTrackingDelegate = HistoryDelegate(historyStorage),
preferredColorScheme = getPreferredColorScheme(),
automaticFontSizeAdjustment = Settings.getInstance(context).fontSizeFactor == 1f
automaticFontSizeAdjustment = false
)
GeckoEngine(context, defaultSettings, runtime)

Loading…
Cancel
Save