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

Commit 126a1b24 authored by Rob Carr's avatar Rob Carr Committed by android-build-merger
Browse files

Merge "Fix issue with activity reuse for aliased components." into nyc-dev

am: 31eb784f

* commit '31eb784f':
  Fix issue with activity reuse for aliased components.
parents e4ef2f51 31eb784f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1397,7 +1397,7 @@ class ActivityStarter {
                }
                intentActivity.deliverNewIntentLocked(mCallingUid, mStartActivity.intent,
                        mStartActivity.launchedFromPackage);
            } else if (!mStartActivity.intent.filterEquals(intentActivity.task.intent)) {
            } else if (!mStartActivity.intent.filterEquals(intentActivity.intent)) {
                // In this case we are launching the root activity of the task, but with a
                // different intent. We should start a new instance on top.
                mAddingToTask = true;