From 9ef8e2dcee40ebcbb771a8df417932135a2aa7bd Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Fri, 10 Dec 2021 15:27:17 +0000 Subject: [PATCH] Don't snap to focused task in split select - In split select there is no overview actions, and focused task's snappign position is not centered, it's weird to snap so avoid it - Follow-up of ag/16378986 Bug: 208644826 Test: manual Change-Id: I260b5c6164db562717346396b1830af02d408944 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 311745084c..c5b191edfd 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -1279,6 +1279,9 @@ public abstract class RecentsView