Loading quickstep/src/com/android/launcher3/statehandlers/DepthController.java +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ public class DepthController extends BaseDepthController implements StateHandler @Override public void setState(LauncherState toState) { if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) { if (mIgnoreStateChangesDuringMultiWindowAnimation) { return; } Loading Loading
quickstep/src/com/android/launcher3/statehandlers/DepthController.java +1 −1 Original line number Diff line number Diff line Loading @@ -141,7 +141,7 @@ public class DepthController extends BaseDepthController implements StateHandler @Override public void setState(LauncherState toState) { if (mSurface == null || mIgnoreStateChangesDuringMultiWindowAnimation) { if (mIgnoreStateChangesDuringMultiWindowAnimation) { return; } Loading