Merge "Use the correct lock to protect members in PolicyControl"
This commit is contained in:
@@ -1567,6 +1567,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
|
||||
if (mImmersiveModeConfirmation != null) {
|
||||
mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
|
||||
}
|
||||
}
|
||||
synchronized (mWindowManagerFuncs.getWindowManagerLock()) {
|
||||
PolicyControl.reloadFromSetting(mContext);
|
||||
}
|
||||
if (updateRotation) {
|
||||
|
||||
Reference in New Issue
Block a user