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

Commit 6474a3b4 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Add split instructions to stage split from keyboard shortcut" into main

parents f9eced57 d0b9aae5
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -153,7 +153,17 @@ public class SplitWithKeyboardShortcutController {
                    controller.finish(true /* toRecents */, null /* onFinishComplete */,
                    controller.finish(true /* toRecents */, null /* onFinishComplete */,
                            false /* sendUserLeaveHint */);
                            false /* sendUserLeaveHint */);
                }
                }

                @Override
                public void onAnimationCancel(Animator animation) {
                    mLauncher.getDragLayer().removeView(floatingTaskView);
                    mController.getSplitAnimationController()
                            .removeSplitInstructionsView(mLauncher);
                    mController.resetState();
                }
            });
            });
            anim.add(mController.getSplitAnimationController()
                    .getShowSplitInstructionsAnim(mLauncher).buildAnim());
            anim.buildAnim().start();
            anim.buildAnim().start();
        }
        }
    };
    };