mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Integrate split pair cold launch transition with shell transition
Fix: 222163803
Test: enabled shell transition, cold launch a split pair from overview
has proper transition.
Change-Id: Ia5398d24baa64bc98a04e839f6d1247c7c7aabeb
This commit is contained in:
@@ -242,8 +242,9 @@ public class SplitSelectStateController {
|
||||
@Override
|
||||
public void startAnimation(@NonNull IBinder transition, @NonNull TransitionInfo info,
|
||||
@NonNull SurfaceControl.Transaction t, @NonNull Runnable finishCallback) {
|
||||
TaskViewUtils.composeRecentsSplitLaunchAnimator(mInitialTaskId,
|
||||
mInitialTaskPendingIntent, mSecondTaskId, info, t, () -> {
|
||||
TaskViewUtils.composeRecentsSplitLaunchAnimator(mLaunchingTaskView, mStateManager,
|
||||
mDepthController, mInitialTaskId, mInitialTaskPendingIntent, mSecondTaskId,
|
||||
info, t, () -> {
|
||||
finishCallback.run();
|
||||
if (mSuccessCallback != null) {
|
||||
mSuccessCallback.accept(true);
|
||||
|
||||
Reference in New Issue
Block a user