Exclude cleanup methods from CUJ for entering split select.

Fix: 378007383
Flag: EXEMPT BUG_FIX
Test: ABTD run - https://android-build.corp.google.com/builds/abtd/run/L73400030008027437
Change-Id: Ied6897a8a84b4411517ac4fd9904e00eeb86d3ad
This commit is contained in:
Uwais Ashraf
2024-11-27 10:00:12 +00:00
parent bf84fe574e
commit 02f7a1a96d
@@ -5278,12 +5278,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);
});
});