From fb790ea6c7cab95c6ac4162c6fcd790e5421e75d Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Thu, 7 Jul 2022 15:57:29 +0100 Subject: [PATCH] Enable overlay for all fully visible tasks Fix: 238310277 Test: In tablet, all fully visible tasks have overlay enabled Test: In handheld, only current and not adjacent tasks have overlay enabled Test: No overlay in groupedTaskView Change-Id: I59b8bebc4e701d3042217f9af222db0b5337ea16 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index ba5cdcb589..5610d6f1a8 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -4873,10 +4873,10 @@ public abstract class RecentsView