[fenix] For https://github.com/mozilla-mobile/fenix/issues/2762 - Prevents crash when a device has a font scale other than 1.0

pull/600/head
Jeff Boek 5 years ago
parent cca76e8a66
commit de79d482e2

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