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

Commit 48b3ab71 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix split black if active from pip" into sc-v2-dev am: cfcfa223 am: 29833a51

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16356980

Change-Id: Ie7dfd900af55c947c5770ee409b23e220f632353
parents 502ab776 29833a51
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -1255,11 +1255,7 @@ public class PipTaskOrganizer implements ShellTaskOrganizer.TaskListener,
        } else if (isOutPipDirection(direction)) {
            // If we are animating to fullscreen or split screen, then we need to reset the
            // override bounds on the task to ensure that the task "matches" the parent's bounds.
            if (direction == TRANSITION_DIRECTION_LEAVE_PIP_TO_SPLIT_SCREEN) {
                taskBounds = destinationBounds;
            } else {
            taskBounds = null;
            }
            applyWindowingModeChangeOnExit(wct, direction);
        } else {
            // Just a resize in PIP