am 810d5ed2: Merge "Use the correct lock to protect members in PolicyControl" into mnc-dev

* commit '810d5ed23b89265946d7f0fd8b2e6002038f1f2c':
  Use the correct lock to protect members in PolicyControl
This commit is contained in:
Wale Ogunwale
2015-06-29 18:22:03 +00:00
committed by Android Git Automerger

View File

@@ -1689,6 +1689,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
if (mImmersiveModeConfirmation != null) {
mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
}
}
synchronized (mWindowManagerFuncs.getWindowManagerLock()) {
PolicyControl.reloadFromSetting(mContext);
}
if (updateRotation) {