Fixing userControlled flag not properly set when building state animation
Bug: 152278197 Change-Id: Icc7d7444f7744c0614b03241d65156d6d493df84
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user