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

Commit 09e5b9da authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix issue #5388352: font size change back to normal

This is another place where we are messed up by the stupid default
Configuration having a 1.0 font scale.  Argh.

Change-Id: Iaa2550d4edab92fb8a52f98fbb9fd8ef5fab94b5
parent a1aebdf7
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;
        }