From 9f79d35ce2c1933f56eebdc460d868335c8e3dfc Mon Sep 17 00:00:00 2001 From: Ats Jenk Date: Wed, 7 Jun 2023 15:56:48 -0700 Subject: [PATCH] Remove obsolete todo Removing the todo. We may explore adding a desktop tile to alt+tab quickswitch at some point in the future. But the design is not final yet. Flag: not requred, removing comment Bug: 280468885 Test: m -j Change-Id: I2c5293b336c6ba5ba8656bccc9439697dfcbbd27 --- .../android/launcher3/taskbar/KeyboardQuickSwitchController.java | 1 - 1 file changed, 1 deletion(-) diff --git a/quickstep/src/com/android/launcher3/taskbar/KeyboardQuickSwitchController.java b/quickstep/src/com/android/launcher3/taskbar/KeyboardQuickSwitchController.java index ae1c979034..072fc3026e 100644 --- a/quickstep/src/com/android/launcher3/taskbar/KeyboardQuickSwitchController.java +++ b/quickstep/src/com/android/launcher3/taskbar/KeyboardQuickSwitchController.java @@ -137,7 +137,6 @@ public final class KeyboardQuickSwitchController implements // Hide all desktop tasks and show them on the hidden tile int hiddenDesktopTasks = 0; if (DesktopTaskView.DESKTOP_IS_PROTO2_ENABLED) { - // TODO(b/280468885): show desktop task as a grouped desktop tile DesktopTask desktopTask = findDesktopTask(tasks); if (desktopTask != null) { hiddenDesktopTasks = desktopTask.tasks.size();