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
This commit is contained in:
@@ -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<ACTIVITY_TYPE extends StatefulActivity<STATE_T
|
||||
mSplitSelectStateController.setFirstFloatingTaskView(firstFloatingTaskView);
|
||||
|
||||
// Allow user to click staged app to launch into fullscreen
|
||||
if (ENABLE_LAUNCH_FROM_STAGED_APP.get()) {
|
||||
firstFloatingTaskView.setOnClickListener(this::animateToFullscreen);
|
||||
}
|
||||
firstFloatingTaskView.setOnClickListener(this::animateToFullscreen);
|
||||
|
||||
// SplitInstructionsView: animate in
|
||||
safeRemoveDragLayerView(mSplitInstructionsView);
|
||||
|
||||
@@ -250,11 +250,6 @@ public final class FeatureFlags {
|
||||
+ "taskbar flavors");
|
||||
|
||||
// TODO(Block 18): Clean up flags
|
||||
public static final BooleanFlag ENABLE_LAUNCH_FROM_STAGED_APP = getDebugFlag(270395567,
|
||||
"ENABLE_LAUNCH_FROM_STAGED_APP", ENABLED,
|
||||
"Enable the ability to tap a staged app during split select to launch it in full "
|
||||
+ "screen");
|
||||
|
||||
public static final BooleanFlag ENABLE_APP_PAIRS = getDebugFlag(274189428,
|
||||
"ENABLE_APP_PAIRS", DISABLED,
|
||||
"Enables the ability to create and save app pairs on the Home screen for easy"
|
||||
|
||||
Reference in New Issue
Block a user