From c8d1465a76d7bd6fada59c0dc9260ffdae5a7417 Mon Sep 17 00:00:00 2001 From: randypfohl Date: Fri, 27 Sep 2024 17:20:32 -0700 Subject: [PATCH] fixing a state cycle issue in recents window where we set home instead of bg_launcher Flag: com.android.launcher3.enable_fallback_overview_in_window Test: Local state cycling Bug: 292269949 Change-Id: I72629a270f0afa1d05803636f9c9308d2a0e08fd --- .../android/quickstep/fallback/window/RecentsWindowManager.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt b/quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt index b5830fdc13..4f0a12cbc8 100644 --- a/quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt +++ b/quickstep/src/com/android/quickstep/fallback/window/RecentsWindowManager.kt @@ -164,7 +164,7 @@ class RecentsWindowManager(context: Context) : anim, this@RecentsWindowManager, { - getStateManager().goToState(HOME, false) + getStateManager().goToState(BG_LAUNCHER, false) cleanup() }, true, /* skipFirstFrame */