Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e62ceb90 authored by Alex Chau's avatar Alex Chau
Browse files

Update bug id of a TODO

Change-Id: I0c122f70b2a954ab88b1696c2c3ece48670774ca
Fix: 340437778
Bug: 342635213
Test: None
Flag: EXEMPT refactor
parent 8c983e8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2820,7 +2820,7 @@ public abstract class RecentsView<CONTAINER_TYPE extends Context & RecentsViewCo
        int[] runningTaskIds = Arrays.stream(runningTasks).mapToInt(task -> task.key.id).toArray();
        TaskView matchingTaskView = null;
        if (hasDesktopTask(runningTasks) && runningTaskIds.length == 1) {
            // TODO(b/249371338): Unsure if it's expected, desktop runningTasks only have a single
            // TODO(b/342635213): Unsure if it's expected, desktop runningTasks only have a single
            // taskId, therefore we match any DesktopTaskView that contains the runningTaskId.
            TaskView taskview = getTaskViewByTaskId(runningTaskIds[0]);
            if (taskview instanceof DesktopTaskView) {