Use aconfig flag enable_split_contextual
Bug: 276361926 Test: Basic split contextual operations work as expected Change-Id: I7202654f8452a0c57e5e728c9baaadf85fa22a96
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user