mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Merge "Return false for isSplitSelectionActive() if controller not initialized" into 24D1-dev
This commit is contained in:
@@ -740,6 +740,9 @@ public class QuickstepLauncher extends Launcher {
|
||||
|
||||
@Override
|
||||
public boolean isSplitSelectionActive() {
|
||||
if (mSplitSelectStateController == null) {
|
||||
return false;
|
||||
}
|
||||
return mSplitSelectStateController.isSplitSelectActive();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user