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

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

Merge "Fix transition return issues when more than 1 level depth" into rvc-dev am: 9aa88525

Change-Id: I96791c05ad68a43cef0f942cd5cc1516e2dadb5b
parents e10361fb 9aa88525
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -434,7 +434,8 @@ class ExitTransitionCoordinator extends ActivityTransitionCoordinator {
                mSharedElementNotified = true;
                delayCancel();

                if (!mActivity.isTopOfTask()) {
                if (!mActivity.isTopOfTask() || (mIsReturning && !mActivity.isTaskRoot()
                        && !mSharedElements.isEmpty())) {
                    mResultReceiver.send(MSG_ALLOW_RETURN_TRANSITION, null);
                }