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

Commit 7e51a4b6 authored by Rob Carr's avatar Rob Carr Committed by Android (Google) Code Review
Browse files

Merge "TaskOrganizer: Always launch MULTI_WINDOW tasks in new stack"

parents eac54148 cb1dde60
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5660,7 +5660,8 @@ class DisplayContent extends WindowContainer<DisplayContent.DisplayChildWindowCo
        return activityType == ACTIVITY_TYPE_STANDARD
                && (windowingMode == WINDOWING_MODE_FULLSCREEN
                || windowingMode == WINDOWING_MODE_FREEFORM
                || windowingMode == WINDOWING_MODE_SPLIT_SCREEN_SECONDARY);
                || windowingMode == WINDOWING_MODE_SPLIT_SCREEN_SECONDARY
                || windowingMode == WINDOWING_MODE_MULTI_WINDOW);
    }

    /**