Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 562fe01e authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Update fail fast check logic" into main

parents ccab39e7 628a0397
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1351,7 +1351,7 @@ public class QuickstepLauncher extends Launcher {

    @Override
    public boolean handleIncorrectSplitTargetSelection() {
        if (enableSplitContextually() && !mSplitSelectStateController.isSplitSelectActive()) {
        if (!enableSplitContextually() || !mSplitSelectStateController.isSplitSelectActive()) {
            return false;
        }
        mSplitSelectStateController.getSplitInstructionsView().goBoing();