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

Commit 3abaae6c authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing userControlled flag not properly set when building state animation

Bug: 152278197
Change-Id: Icc7d7444f7744c0614b03241d65156d6d493df84
parent ba1a2b9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)