Rename isSplitSelectionEnabled() to isSplitSelectionActive()

Bug: 295467097
Change-Id: I5c518c3e7227c034956fb92590b7472ba4a71d39
This commit is contained in:
Vinit Nayak
2024-01-23 15:41:14 -08:00
parent 5a1c88629b
commit 7c7ece3efe
7 changed files with 8 additions and 8 deletions
@@ -207,7 +207,7 @@ public class TaskbarLauncherStateController {
applyState();
boolean disallowLongClick =
FeatureFlags.enableSplitContextually()
? mLauncher.isSplitSelectionEnabled()
? mLauncher.isSplitSelectionActive()
: finalState == LauncherState.OVERVIEW_SPLIT_SELECT;
com.android.launcher3.taskbar.Utilities.setOverviewDragState(
mControllers, finalState.disallowTaskbarGlobalDrag(),