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

Commit 1077291b authored by Jeff Chang's avatar Jeff Chang
Browse files

Apply the correct activityOption

The multi_task flag is not applied to the activityOption. Update the
correct activityOption to fix.

Bug: 289451117
Test: Start shortcut and task with chrome.
Change-Id: I0749be388a59e5b15a2c3c6bc122cd03099a8d83
parent 09f4d7f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -616,8 +616,8 @@ public class SplitScreenController implements DragAndDropPolicy.Starter,
                        Toast.LENGTH_SHORT).show();
            }
        }
        mStageCoordinator.startShortcutAndTask(shortcutInfo, options1, taskId, options2,
                splitPosition, splitRatio, remoteTransition, instanceId);
        mStageCoordinator.startShortcutAndTask(shortcutInfo, activityOptions.toBundle(), taskId,
                options2, splitPosition, splitRatio, remoteTransition, instanceId);
    }

    /**