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:
@@ -1689,6 +1689,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
|||||||
if (mImmersiveModeConfirmation != null) {
|
if (mImmersiveModeConfirmation != null) {
|
||||||
mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
|
mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
synchronized (mWindowManagerFuncs.getWindowManagerLock()) {
|
||||||
PolicyControl.reloadFromSetting(mContext);
|
PolicyControl.reloadFromSetting(mContext);
|
||||||
}
|
}
|
||||||
if (updateRotation) {
|
if (updateRotation) {
|
||||||
|
|||||||
Reference in New Issue
Block a user