From 1fb6718c85e75a818eeb888208466f19677e8c72 Mon Sep 17 00:00:00 2001 From: zakcohen Date: Mon, 7 Jun 2021 14:54:15 -0700 Subject: [PATCH] DO NOT MERGE Use focused task id for getting task size When getting the selected task size, look at the focused task id, not the running task id. I believe this was a typo from the original change. Bug: 190399315 Test: Local build and flash and run Change-Id: Ice92e0562765f4f0142e27da0c38140df4c11425 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 74906ddac0..a46bc6b72d 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -1358,7 +1358,7 @@ public abstract class RecentsView 1) { taskWidth = boxLength;