Loading quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +6 −1 Original line number Diff line number Diff line Loading @@ -1087,7 +1087,12 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener } backgroundRadiusAnim.addListener( AnimatorListeners.forEndCallback(depthController::dispose)); AnimatorListeners.forEndCallback(() -> { // reset the depth to match the main depth controller's depth depthController.stateDepth .setValue(mLauncher.getDepthController().stateDepth.getValue()); depthController.dispose(); })); return backgroundRadiusAnim; } Loading Loading
quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +6 −1 Original line number Diff line number Diff line Loading @@ -1087,7 +1087,12 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener } backgroundRadiusAnim.addListener( AnimatorListeners.forEndCallback(depthController::dispose)); AnimatorListeners.forEndCallback(() -> { // reset the depth to match the main depth controller's depth depthController.stateDepth .setValue(mLauncher.getDepthController().stateDepth.getValue()); depthController.dispose(); })); return backgroundRadiusAnim; } Loading