Merge "Fix issue #5388352: font size change back to normal"
This commit is contained in:
committed by
Android (Google) Code Review
commit
59ba98565d
@@ -5704,6 +5704,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