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

Commit 69dbf9ff authored by Issei Suzuki's avatar Issei Suzuki Committed by Android (Google) Code Review
Browse files

Merge "Stop calling #setOccluded when WM shell is enabled." into tm-qpr-dev

parents 321e58d8 3fc5b500
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3245,8 +3245,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {

    @Override
    public void onKeyguardOccludedChangedLw(boolean occluded) {
        if (mKeyguardDelegate != null && mKeyguardDelegate.isShowing()
                && !WindowManagerService.sEnableShellTransitions) {
        if (mKeyguardDelegate != null && mKeyguardDelegate.isShowing()) {
            mPendingKeyguardOccluded = occluded;
            mKeyguardOccludedChanged = true;
        } else {