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

Commit 851008d6 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: 1e422b93

parents b3493fd6 1e422b93
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2336,7 +2336,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);
@@ -2362,7 +2361,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);