Merge "Fix blurry wallpaper when user locks on all apps surface" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0397cb0ce7
@@ -141,7 +141,7 @@ public class DepthController extends BaseDepthController implements StateHandler
|
||||
|
||||
@Override
|
||||
public void setState(LauncherState toState) {
|
||||
if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) {
|
||||
if (mIgnoreStateChangesDuringMultiWindowAnimation) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user