Revert "Add CUJ Jank interactions for App Pair saving and launching"

Revert submission 26567492-appPairsCUJ

Reason for revert: http://b/330185095

Reverted changes: /q/submissionid:26567492-appPairsCUJ

Change-Id: I73d29fe3618a55622e0daa22c9960e3c5783c275
This commit is contained in:
Liana Kazanova
2024-03-18 18:34:44 +00:00
committed by Android (Google) Code Review
parent 7ce42078da
commit d8d4fb4375
6 changed files with 28 additions and 80 deletions
@@ -1249,7 +1249,7 @@ public class TaskbarActivityContext extends BaseTaskbarContext {
if (findExactPairMatch) {
// We did not find the app pair we were looking for, so launch one.
recents.getSplitSelectController().getAppPairsController().launchAppPair(
(AppPairIcon) launchingIconView, -1 /*cuj*/);
(AppPairIcon) launchingIconView);
} else {
startItemInfoActivity(itemInfos.get(0));
}