From af4ca9058727b539fa1f8fcb0fb6e3db6451ff0a Mon Sep 17 00:00:00 2001 From: Tony Wickham Date: Fri, 16 Apr 2021 13:06:16 -0700 Subject: [PATCH] Redraw live tile in updatePageOffsets() Also finish recents controller in RecentsView#reset() if it hasn't been already. Test: in 2 button mode, swipe up from overview when a live tile is running, ensure it moves offscreen with its TaskView; after swiping from overview to home, tap nav bar to ensure controller was finished Test2: in 0 button mode, open Maps, start directions, swipe up to home and ensure PiP starts Fixes: 185588376 Change-Id: I03c18b14b4f55f1f09ce3bc442de23c94aa170bf --- .../com/android/quickstep/views/RecentsView.java | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index d39c58b9d9..5761dfbb06 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -1516,7 +1516,14 @@ public abstract class RecentsView