commit | 0397cb0ce78f9e97d90203e0ff80d8517713ce62 | [log] [tgz] |
---|---|---|
author | Hyunyoung Song <hyunyoungs@google.com> | Thu Sep 01 15:50:39 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Sep 01 15:50:39 2022 +0000 |
tree | 4f6dd3e852c0b6c194b3630e2d5b84137884bdb9 | |
parent | e51e6446ad68708b99218ab555f90edaa044ca71 [diff] | |
parent | 91ca748819c9164aba53f12df1d90cad64819da8 [diff] |
Merge "Fix blurry wallpaper when user locks on all apps surface" into tm-qpr-dev
diff --git a/quickstep/src/com/android/launcher3/statehandlers/DepthController.java b/quickstep/src/com/android/launcher3/statehandlers/DepthController.java index 1311b1d..4b8b5f7 100644 --- a/quickstep/src/com/android/launcher3/statehandlers/DepthController.java +++ b/quickstep/src/com/android/launcher3/statehandlers/DepthController.java
@@ -141,7 +141,7 @@ @Override public void setState(LauncherState toState) { - if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) { + if (mIgnoreStateChangesDuringMultiWindowAnimation) { return; }