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

Commit 0397cb0c authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

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

parents e51e6446 91ca7488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ public class DepthController extends BaseDepthController implements StateHandler

    @Override
    public void setState(LauncherState toState) {
        if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) {
        if (mIgnoreStateChangesDuringMultiWindowAnimation) {
            return;
        }