Merge "Stop calling #setOccluded when WM shell is enabled." into tm-qpr-dev
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user