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
This commit is contained in:
randypfohl
2024-09-27 17:20:32 -07:00
parent 90f9700b4d
commit c8d1465a76
@@ -164,7 +164,7 @@ class RecentsWindowManager(context: Context) :
anim,
this@RecentsWindowManager,
{
getStateManager().goToState(HOME, false)
getStateManager().goToState(BG_LAUNCHER, false)
cleanup()
},
true, /* skipFirstFrame */