Improve Task launch logging and function naming
Fix: 360186814 Test: manual Flag: EXEMPT REFACTOR Change-Id: I22c5a08382800941f0dd8f64f6129438ac04edaa
This commit is contained in:
@@ -5485,7 +5485,7 @@ public abstract class RecentsView<
|
||||
finishRecentsAnimation(false /* toRecents */, null);
|
||||
onTaskLaunchAnimationEnd(true /* success */);
|
||||
} else {
|
||||
taskView.launchTask(this::onTaskLaunchAnimationEnd);
|
||||
taskView.launchWithoutAnimation(this::onTaskLaunchAnimationEnd);
|
||||
}
|
||||
mContainer.getStatsLogManager().logger().withItemInfo(taskView.getFirstItemInfo())
|
||||
.log(LAUNCHER_TASK_LAUNCH_SWIPE_DOWN);
|
||||
|
||||
Reference in New Issue
Block a user