Merge "Update KQS launch task callbacks" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
bdc846448c
@@ -1360,6 +1360,11 @@ public class QuickstepLauncher extends Launcher {
|
||||
return (mTaskbarUIController != null && mTaskbarUIController.hasBubbles());
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public TISBindHelper getTISBindHelper() {
|
||||
return mTISBindHelper;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean handleIncorrectSplitTargetSelection() {
|
||||
if (!enableSplitContextually() || !mSplitSelectStateController.isSplitSelectActive()) {
|
||||
|
||||
Reference in New Issue
Block a user