Merge "Exclude cleanup methods from CUJ for entering split select." into main

This commit is contained in:
Uwais Ashraf
2024-11-27 20:28:40 +00:00
committed by Android (Google) Code Review
@@ -5322,12 +5322,12 @@ public abstract class RecentsView<
pendingAnimation.addEndListener(aBoolean -> {
mSplitSelectStateController.launchSplitTasks(
aBoolean1 -> {
InteractionJankMonitorWrapper.end(Cuj.CUJ_SPLIT_SCREEN_ENTER);
if (FeatureFlags.enableSplitContextually()) {
mSplitSelectStateController.resetState();
} else {
resetFromSplitSelectionState();
}
InteractionJankMonitorWrapper.end(Cuj.CUJ_SPLIT_SCREEN_ENTER);
});
});