Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d490a1a3 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android Git Automerger
Browse files

am ffe72f70: Merge "Use the correct lock to protect members in PolicyControl"

* commit 'ffe72f70':
  Use the correct lock to protect members in PolicyControl
parents 85d1d6e9 ffe72f70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1567,6 +1567,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            if (mImmersiveModeConfirmation != null) {
                mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
            }
        }
        synchronized (mWindowManagerFuncs.getWindowManagerLock()) {
            PolicyControl.reloadFromSetting(mContext);
        }
        if (updateRotation) {