From 856cd1bd4d98c776839f786fbc18a9d48b322771 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Mon, 21 Jun 2021 21:59:34 -0700 Subject: [PATCH] Don't finish to home when launching a task from recents - When launching without a task view, we should also not be finishing to home (similar to composeRecentsLaunchAnimator) since it will clobber the newly launched task Fixes: 191182965 Test: Open overview with live tile, try to open usb debugging settings page Change-Id: If7464ebf155cee33e81205fbf4899e9ab49a52d0 --- 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 8c3e5b513b..2b256a43c6 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -874,7 +874,7 @@ public abstract class RecentsView