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

Commit 268f9715 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cancel selection animation when new selection arrives"

parents fcbcbddb 9a13cec9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -148,6 +148,9 @@ public final class SelectionActionModeHelper {
            startSelectionActionMode(null);
        } else {
            resetTextClassificationHelper();
            if (mSmartSelectSprite != null && mSmartSelectSprite.isAnimationActive()) {
                mSmartSelectSprite.cancelAnimation();
            }
            mTextClassificationAsyncTask = new TextClassificationAsyncTask(
                    mTextView,
                    mTextClassificationHelper.getTimeoutDuration(),