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
@@ -59,7 +59,7 @@ class QuickstepInteractionHandler implements RemoteViews.InteractionHandler {
return RemoteViews.startPendingIntent(hostView, pendingIntent,
remoteResponse.getLaunchOptions(view));
}
if (mLauncher.isSplitSelectionEnabled()) {
if (mLauncher.isSplitSelectionActive()) {
// Log metric
StatsLogManager.StatsLogger logger = mLauncher.getStatsLogManager().logger();
logger.log(LAUNCHER_SPLIT_WIDGET_ATTEMPT);