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

Commit 454d334e authored by Yunfan Chen's avatar Yunfan Chen
Browse files

Remove unnecessary TODO comments.

In patch a483f31c, the two comments were
removed. It is still here due to rebase error when removing the
AppWindowContainerController.

Test: go/wm-smoke
Bug: 119530958
Change-Id: I74253f4c57acee039df44fa73c1432df15288dbc
parent b53030f9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1640,7 +1640,6 @@ final class ActivityRecord extends ConfigurationContainer {
                final IAppTransitionAnimationSpecsFuture specsFuture =
                        pendingOptions.getSpecsFuture();
                if (specsFuture != null) {
                    // TODO(multidisplay): Shouldn't be really used anymore from next CL.
                    displayContent.mAppTransition.overridePendingAppTransitionMultiThumbFuture(
                            specsFuture, pendingOptions.getOnAnimationStartListener(),
                            animationType == ANIM_THUMBNAIL_ASPECT_SCALE_UP);
@@ -1669,7 +1668,6 @@ final class ActivityRecord extends ConfigurationContainer {
                        .overridePendingAppTransitionStartCrossProfileApps();
                break;
            case ANIM_REMOTE_ANIMATION:
                // TODO(multidisplay): Will pass displayId and adjust dependencies from next CL.
                displayContent.mAppTransition.overridePendingAppTransitionRemote(
                        pendingOptions.getRemoteAnimationAdapter());
                break;