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:
@@ -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);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user