1
0
Fork 0

For #8735 - Adjust fontInflation engine setting when toggling useAutoSize

master
ekager 2020-04-17 15:32:07 -07:00 committed by Mihai Adrian
parent c702de05f9
commit f3847d0d7c
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class AccessibilityFragment : PreferenceFragmentCompat() {
// Save the new setting value
settings.shouldUseAutoSize = useAutoSize
components.core.engine.settings.automaticFontSizeAdjustment = useAutoSize
components.core.engine.settings.fontInflationEnabled = useAutoSize
// If using manual sizing, update the engine settings with the local saved setting
if (!useAutoSize) {