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

Commit 810d5ed2 authored by Wale Ogunwale's avatar Wale Ogunwale Committed by Android (Google) Code Review
Browse files

Merge "Use the correct lock to protect members in PolicyControl" into mnc-dev

parents 82b3f677 cc6366dd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1689,6 +1689,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
            if (mImmersiveModeConfirmation != null) {
                mImmersiveModeConfirmation.loadSetting(mCurrentUserId);
            }
        }
        synchronized (mWindowManagerFuncs.getWindowManagerLock()) {
            PolicyControl.reloadFromSetting(mContext);
        }
        if (updateRotation) {