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

Commit 18d38be8 authored by Matthew Ng's avatar Matthew Ng Committed by android-build-merger
Browse files

Merge "Fixes starting app in docked stack for cts tests" into oc-dev

am: 6ccaf906

Change-Id: I9e5f6139731b043eb48e2fe6b68b23a754d14d68
parents 4c3ec5a0 6ccaf906
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -966,7 +966,7 @@ class ActivityStarter {
            mService.mWindowManager.continueSurfaceLayout();
        }

        postStartActivityProcessing(r, result, mSupervisor.mFocusedStack.mStackId,  mSourceRecord,
        postStartActivityProcessing(r, result, mSupervisor.getLastStack().mStackId,  mSourceRecord,
                mTargetStack);

        return result;