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

Commit 31ca0cfc authored by TYM Tsai's avatar TYM Tsai Committed by Automerger Merge Worker
Browse files

Merge "Notify Content Capture when deselected" into sc-dev am: 598376c6 am: 4861ac8b

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15126539

Change-Id: I54ed39e850ea069c6b9fa28da0745b89196ecf39
parents 721ee91b 4861ac8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -606,6 +606,7 @@ public final class SelectionActionModeHelper {
         */
        public void onSelectionDestroyed() {
            mAllowReset = false;
            mTextView.notifyContentCaptureTextChanged();
            // Wait a few ms to see if the selection was destroyed because of a text change event.
            mDelayedLogAbandon.schedule(100 /* ms */);
        }