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
@@ -725,7 +725,7 @@ public class QuickstepLauncher extends Launcher {
}
@Override
public boolean isSplitSelectionEnabled() {
public boolean isSplitSelectionActive() {
return mSplitSelectStateController.isSplitSelectActive();
}