Rename isSplitSelectionEnabled() to isSplitSelectionActive()
Bug: 295467097 Change-Id: I5c518c3e7227c034956fb92590b7472ba4a71d39
This commit is contained in:
@@ -725,7 +725,7 @@ public class QuickstepLauncher extends Launcher {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isSplitSelectionEnabled() {
|
||||
public boolean isSplitSelectionActive() {
|
||||
return mSplitSelectStateController.isSplitSelectActive();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user