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

Commit ffe72f70 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Gerrit Code Review
Browse files

Merge "Use the correct lock to protect members in PolicyControl"

parents 78db19c2 e8befb35
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) {