Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8d1465a authored by randypfohl's avatar randypfohl
Browse files

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
parent 90f9700b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -164,7 +164,7 @@ class RecentsWindowManager(context: Context) :
                anim,
                this@RecentsWindowManager,
                {
                    getStateManager().goToState(HOME, false)
                    getStateManager().goToState(BG_LAUNCHER, false)
                    cleanup()
                },
                true, /* skipFirstFrame */