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