From 29e900b907d045592ad6c429abe912709b96f386 Mon Sep 17 00:00:00 2001 From: Vinit Nayak Date: Mon, 27 Sep 2021 16:14:58 -0700 Subject: [PATCH] Reset split selection state on animation end instead of success When overview button tapped in while in overview, the animation to undo split gets cancelled (probably because Launcher gets destroyed before the animation can fully run successfully) Fixes: 201011797 Test: Same steps in bug don't cause placeholder view to be shown Change-Id: I2ea1eac637d6f2a3185d50d01601d3588ec9f535 --- 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 1c1dc9c9d4..88f82a4f87 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -3928,9 +3928,9 @@ public abstract class RecentsView