diff --git a/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt b/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt index 93df80418a..7aa24a9d60 100644 --- a/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt +++ b/quickstep/src/com/android/quickstep/views/DesktopTaskView.kt @@ -402,7 +402,10 @@ class DesktopTaskView @JvmOverloads constructor(context: Context, attrs: Attribu } else { taskContentView } - if (enableDesktopExplodedView()) { + if (enableDesktopExplodedView() && !enableMultipleDesktops(context)) { + // Note, currently there are some issues with launching an individual app window + // with multi-desks enabled, see b/413378320. Will enable this functionality + // after b/413378320 is fixed. snapshotView.setOnClickListener { launchTaskWithDesktopController(animated = true, task.key.id) }