* commit '59ba98565d82fe7542569d1dd0847b47f30655d6': Fix issue #5388352: font size change back to normal
This commit is contained in:
@@ -5710,6 +5710,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
|
||||
Configuration computeNewConfigurationLocked() {
|
||||
Configuration config = new Configuration();
|
||||
config.fontScale = 0;
|
||||
if (!computeNewConfigurationLocked(config)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user