am 4fc3d2f0: DO NOT MERGE
Merge commit '4fc3d2f0b3237390c37ccc4701bc68e4aa5f9b7a' into gingerbread-plus-aosp * commit '4fc3d2f0b3237390c37ccc4701bc68e4aa5f9b7a': DO NOT MERGE
This commit is contained in:
committed by
Android Git Automerger
commit
8c66580759
@@ -3103,8 +3103,11 @@ public class WindowManagerService extends IWindowManager.Stub
|
|||||||
|
|
||||||
} else if (currentConfig != null) {
|
} else if (currentConfig != null) {
|
||||||
// No obvious action we need to take, but if our current
|
// No obvious action we need to take, but if our current
|
||||||
// state mismatches the activity maanager's, update it
|
// state mismatches the activity manager's, update it,
|
||||||
|
// disregarding font scale, which should remain set to
|
||||||
|
// the value of the previous configuration.
|
||||||
mTempConfiguration.setToDefaults();
|
mTempConfiguration.setToDefaults();
|
||||||
|
mTempConfiguration.fontScale = currentConfig.fontScale;
|
||||||
if (computeNewConfigurationLocked(mTempConfiguration)) {
|
if (computeNewConfigurationLocked(mTempConfiguration)) {
|
||||||
if (currentConfig.diff(mTempConfiguration) != 0) {
|
if (currentConfig.diff(mTempConfiguration) != 0) {
|
||||||
mWaitingForConfig = true;
|
mWaitingForConfig = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user