Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59ba9856 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #5388352: font size change back to normal"

parents e921572b 09e5b9da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5704,6 +5704,7 @@ public class WindowManagerService extends IWindowManager.Stub

    Configuration computeNewConfigurationLocked() {
        Configuration config = new Configuration();
        config.fontScale = 0;
        if (!computeNewConfigurationLocked(config)) {
            return null;
        }