From 61d397ac4298420180dde4e8ebf2d5fe4b045368 Mon Sep 17 00:00:00 2001 From: nift4 Date: Thu, 24 Aug 2023 14:16:43 +0200 Subject: [PATCH] Launcher3: Ensure to update cached thumbnail if we take new one This fixes a bug, which became obvious thanks to disabled live tile, but has already existed before, where recents jumps to using last snapshot instead of the correct/current one once you fling, because thumbnails were cached but the cache had not been updated in this codepath. Change-Id: Ie7afe56b6e0aecaae2510248c5887873800a0b51 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 4f297c0a8b..4e53ebb9f1 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -5619,6 +5619,7 @@ public abstract class RecentsView