diff options
| author | 2018-12-05 11:25:17 -0800 | |
|---|---|---|
| committer | 2018-12-05 11:25:17 -0800 | |
| commit | 454d334eeb118ad1d1612d97270c73f9670a932d (patch) | |
| tree | 49209d9cd1acf18cf2c2d8bc70e3ba82bbdbfa85 | |
| parent | b53030f983b8f606a6fed7527605073613895f67 (diff) | |
Remove unnecessary TODO comments.
In patch a483f31ce80f1f12fb93e956702fa74ba6ba7bc0, 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
| -rw-r--r-- | services/core/java/com/android/server/wm/ActivityRecord.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/services/core/java/com/android/server/wm/ActivityRecord.java b/services/core/java/com/android/server/wm/ActivityRecord.java index 25399ef165a5..5da30d9fbda6 100644 --- a/services/core/java/com/android/server/wm/ActivityRecord.java +++ b/services/core/java/com/android/server/wm/ActivityRecord.java @@ -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; |