From d2255f2b794ccaf0041cd0cebae040d5de1d04a5 Mon Sep 17 00:00:00 2001 From: Jeremy Sim Date: Wed, 28 Jun 2023 13:38:19 -0700 Subject: [PATCH] Remove flag ENABLE_LAUNCH_FROM_STAGED_APP This patch makes it so that the "launch from staged app" feature, which has been enabled since TQPR3, has its flag removed. Fixes: 270395567 Test: None Change-Id: I46878475c0dac5a3d64938ec9dfa5ca4123c7bb4 --- quickstep/src/com/android/quickstep/views/RecentsView.java | 5 +---- src/com/android/launcher3/config/FeatureFlags.java | 5 ----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/quickstep/src/com/android/quickstep/views/RecentsView.java b/quickstep/src/com/android/quickstep/views/RecentsView.java index 421a48c25d..409b1a5f6d 100644 --- a/quickstep/src/com/android/quickstep/views/RecentsView.java +++ b/quickstep/src/com/android/quickstep/views/RecentsView.java @@ -43,7 +43,6 @@ import static com.android.launcher3.Utilities.mapToRange; import static com.android.launcher3.Utilities.squaredHypot; import static com.android.launcher3.Utilities.squaredTouchSlop; import static com.android.launcher3.config.FeatureFlags.ENABLE_GRID_ONLY_OVERVIEW; -import static com.android.launcher3.config.FeatureFlags.ENABLE_LAUNCH_FROM_STAGED_APP; import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCHER_OVERVIEW_ACTIONS_SPLIT; import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCHER_TASK_CLEAR_ALL; import static com.android.launcher3.logging.StatsLogManager.LauncherEvent.LAUNCHER_TASK_DISMISS_SWIPE_UP; @@ -3242,9 +3241,7 @@ public abstract class RecentsView