Fixing Transition Delay - Hot Launch From Recents on Pixel 1

Generating fake to-recents event upon pressing square button with no
active task.

Bug: 72967764
Test: Transition Delay - Hot Launch From Recents on Pixel 1
Change-Id: I36fdfe9d356c7678deee37b706f1abecfbfdc812
diff --git a/quickstep/src/com/android/quickstep/OverviewCommandHelper.java b/quickstep/src/com/android/quickstep/OverviewCommandHelper.java
index 311411f..958feb7 100644
--- a/quickstep/src/com/android/quickstep/OverviewCommandHelper.java
+++ b/quickstep/src/com/android/quickstep/OverviewCommandHelper.java
@@ -50,6 +50,7 @@
 import com.android.launcher3.util.TraceHelper;
 import com.android.quickstep.ActivityControlHelper.FallbackActivityControllerHelper;
 import com.android.quickstep.ActivityControlHelper.LauncherActivityControllerHelper;
+import com.android.quickstep.util.SysuiEventLogger;
 import com.android.quickstep.views.RecentsView;
 import com.android.quickstep.views.TaskView;
 import com.android.systemui.shared.recents.view.AppTransitionAnimationSpecCompat;
@@ -271,6 +272,7 @@
                 return;
             }
             if (helper.switchToRecentsIfVisible()) {
+                SysuiEventLogger.writeDummyRecentsTransition(0);
                 return;
             }