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

Commit 60af7107 authored by Louis Chang's avatar Louis Chang
Browse files

Remove TODO as no needed to change after revisit

Bug: 264487981
Test: build
Change-Id: I685d06aa93ce841dab0823f25c4acc461281f67a
parent dc8992c4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2947,8 +2947,6 @@ class ActivityStarter {

        if (differentTopTask && !mAvoidMoveToFront) {
            mStartActivity.intent.addFlags(Intent.FLAG_ACTIVITY_BROUGHT_TO_FRONT);
            // TODO(b/264487981): Consider using BackgroundActivityStartController to determine
            //  whether to bring the launching activity to the front.
            if (mSourceRecord == null || inTopNonFinishingTask(mSourceRecord)) {
                // We really do want to push this one into the user's face, right now.
                if (mLaunchTaskBehind && mSourceRecord != null) {