From be767c9108d0cb49cacc613977d3df42a3dc6bec Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Mon, 9 Aug 2021 19:06:01 +0100 Subject: [PATCH] Don't call TaskView.onRecycle when moving focused task to front - onRecycle removes the icon cache resulting on icon disappearing when entering overview - only call necessary view transform reset in moveFocusedTaskToFront Bug: 195415765 Test: quick switch, launch app then swipe up Change-Id: Iadb7287ea307a3a4aa0acce2e37837142aeb90db --- .../src/com/android/quickstep/views/RecentsView.java | 2 +- .../src/com/android/quickstep/views/TaskView.java | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index b077ca6741..db9f7f7a4b 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -1170,7 +1170,7 @@ public abstract class RecentsView