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

Commit 827c4d5d authored by Simon (Qiong) Sun's avatar Simon (Qiong) Sun Committed by Android (Google) Code Review
Browse files

Merge "Temporarily hide split-screen divider during launch" into main

parents df2fa88b b8561efe
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -937,6 +937,12 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
            return;
        }

        if (enableFlexibleTwoAppSplit()
                && (!mMainStage.isActive() || !mSideStage.isActive()
                || !isSplitScreenVisible())) {
            setDividerVisibility(false, null);
        }

        setSideStagePosition(splitPosition, wct);
        options1 = options1 != null ? options1 : new Bundle();
        StageTaskListener stageForTask1;