From e07bab8c7fc2a879122dfaa1657e279aceaf3bba Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 23 Aug 2021 13:54:28 -0700 Subject: [PATCH] Null out RemoteTargetHandles as soon as finishing recents is requested * Instead of waiting for recents animation to be complete before we stop manipulating remote leashes, stop it as soon as RecentsView gets the request. Bug: 197232424 Change-Id: I7f3cb6d2fc389d502e57054f60f28e7967212194 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index abeadfd29b..5e0412340a 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -4084,6 +4084,8 @@ public abstract class RecentsView