Rename isSplitSelectionEnabled() to isSplitSelectionActive()
Bug: 295467097 Change-Id: I5c518c3e7227c034956fb92590b7472ba4a71d39
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user