Fixing userControlled flag not properly set when building state animation

Bug: 152278197
Change-Id: Icc7d7444f7744c0614b03241d65156d6d493df84
This commit is contained in:
Sunny Goyal
2020-03-24 01:27:11 -07:00
parent ba1a2b9b62
commit 3abaae6c3c
@@ -324,6 +324,7 @@ public class LauncherStateManager {
public AnimatorPlaybackController createAnimationToNewWorkspace(LauncherState state,
StateAnimationConfig config) {
config.userControlled = true;
mConfig.reset();
config.copyTo(mConfig);
mConfig.playbackController = createAnimationToNewWorkspaceInternal(state)