Merge "Fix blurry wallpaper when user locks on all apps surface" into tm-qpr-dev

This commit is contained in:
Hyunyoung Song
2022-09-01 15:50:39 +00:00
committed by Android (Google) Code Review
@@ -141,7 +141,7 @@ public class DepthController extends BaseDepthController implements StateHandler
@Override
public void setState(LauncherState toState) {
if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) {
if (mIgnoreStateChangesDuringMultiWindowAnimation) {
return;
}