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

Commit 82817a65 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Do not set side stage position" into udc-dev am: a85de1fb am: b5bea06d

parents aadd6907 b5bea06d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2343,7 +2343,6 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
                } else if (!isSplitScreenVisible() && isOpening) {
                    // If split is running in the background and the trigger task is appearing into
                    // split, prepare to enter split screen.
                    setSideStagePosition(SPLIT_POSITION_BOTTOM_OR_RIGHT, out);
                    prepareEnterSplitScreen(out);
                    mSplitTransitions.setEnterTransition(transition, request.getRemoteTransition(),
                            TRANSIT_SPLIT_SCREEN_PAIR_OPEN, !mIsDropEntering);
@@ -2369,7 +2368,6 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
            if (isOpening && getStageOfTask(triggerTask) != null) {
                // One task is appearing into split, prepare to enter split screen.
                out = new WindowContainerTransaction();
                setSideStagePosition(SPLIT_POSITION_BOTTOM_OR_RIGHT, out);
                prepareEnterSplitScreen(out);
                mSplitTransitions.setEnterTransition(transition, request.getRemoteTransition(),
                        TRANSIT_SPLIT_SCREEN_PAIR_OPEN, !mIsDropEntering);