commit | 2da628f9d87bb3341205a73c239e710d05563d99 | [log] [tgz] |
---|---|---|
author | Jorge Gil <jorgegil@google.com> | Wed Jul 05 23:53:37 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Jul 05 23:53:37 2023 +0000 |
tree | 10972fa7f8f8d3c074163830730b13d17ca3f16a | |
parent | 50ff8386d5c6fd38620ea71bc7ced606e3ec40ef [diff] | |
parent | 2d2c0e68987b478c860e3876c5457d4c5b3954d5 [diff] |
Merge "Use shell transitions to finalize cancel-to-desktop" into udc-qpr-dev
diff --git a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt index 4fda4b7..40ea276 100644 --- a/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt +++ b/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/DesktopTasksController.kt
@@ -286,7 +286,7 @@ visualIndicator?.releaseVisualIndicator(t) visualIndicator = null addMoveToFullscreenChanges(callbackWCT, task) - shellTaskOrganizer.applyTransaction(callbackWCT) + transitions.startTransition(TRANSIT_CHANGE, callbackWCT, null /* handler */) } } else { addMoveToFullscreenChanges(wct, task)