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

Commit 2501f228 authored by Hongwei Wang's avatar Hongwei Wang Committed by Android (Google) Code Review
Browse files

Merge "Ensure sendUserLeaveHint be false when split from Overview" into tm-qpr-dev

parents 251ee0a0 81dde0d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4014,7 +4014,8 @@ public abstract class RecentsView<ACTIVITY_TYPE extends StatefulActivity<STATE_T
                stagePosition);
        mSplitHiddenTaskViewIndex = indexOfChild(taskView);
        if (ENABLE_QUICKSTEP_LIVE_TILE.get()) {
            finishRecentsAnimation(true, null);
            finishRecentsAnimation(true /* toRecents */, false /* shouldPip */,
                    null /* onFinishComplete */);
        }
    }