Use aconfig flag enable_split_contextual

Bug: 276361926
Test: Basic split contextual operations work
as expected

Change-Id: I7202654f8452a0c57e5e728c9baaadf85fa22a96
This commit is contained in:
Vinit Nayak
2023-10-24 16:57:39 -07:00
parent 001a0f1cc0
commit a1be4c1123
15 changed files with 32 additions and 31 deletions
@@ -211,7 +211,7 @@ public class TaskbarLauncherStateController {
}
applyState();
boolean disallowLongClick =
FeatureFlags.ENABLE_SPLIT_FROM_WORKSPACE_TO_WORKSPACE.get()
FeatureFlags.enableSplitContextually()
? mLauncher.isSplitSelectionEnabled()
: finalState == LauncherState.OVERVIEW_SPLIT_SELECT;
com.android.launcher3.taskbar.Utilities.setOverviewDragState(