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

Commit ca55a701 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Small splitscreen logging change" into udc-qpr-dev am:...

Merge "Merge "Small splitscreen logging change" into udc-qpr-dev am: c4e834f4" into udc-qpr-dev-plus-aosp
parents 79aacc1d c2f4ae5f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2720,7 +2720,8 @@ public class StageCoordinator implements SplitLayout.SplitLayoutHandler,
                == TRANSIT_SPLIT_SCREEN_OPEN_TO_SIDE) {
            // Open to side should only be used when split already active and foregorund.
            if (mainChild == null && sideChild == null) {
                Log.w(TAG, "Launched a task in split, but didn't receive any task in transition.");
                Log.w(TAG, splitFailureMessage("startPendingEnterAnimation",
                        "Launched a task in split, but didn't receive any task in transition."));
                // This should happen when the target app is already on front, so just cancel.
                mSplitTransitions.mPendingEnter.cancel(null);
                return true;