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:
@@ -164,7 +164,7 @@ class RecentsWindowManager(context: Context) :
|
||||
anim,
|
||||
this@RecentsWindowManager,
|
||||
{
|
||||
getStateManager().goToState(HOME, false)
|
||||
getStateManager().goToState(BG_LAUNCHER, false)
|
||||
cleanup()
|
||||
},
|
||||
true, /* skipFirstFrame */
|
||||
|
||||
Reference in New Issue
Block a user